java.lang.Object | |||
↳ | com.microstrategy.web.platform.AbstractParameterBuilder | ||
↳ | com.microstrategy.web.platform.AbstractConfigurableParameterBuilder | ||
↳ | com.microstrategy.web.platform.DefaultURIBuilderImpl |
The default URI Builder for the Web Universal application.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DefaultURIBuilderImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addFragment(String fragment)
Adds a fragment of key/value pairs.
| ||||||||||
boolean |
isEmpty()
This method returns
true if no target base was added nor any parameters. | ||||||||||
String |
toString()
Get the entire collection of parameters as a string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Adds a fragment of key/value pairs.
fragment | A string fragment which must be parsed for a sequence of key/value pairs. |
---|
This method returns true
if no target base was added nor any parameters. It is not related to
whether a target prefix/suffix was added. It is identical to asking whether the returned string (if requested
now) would return empty or not.
Get the entire collection of parameters as a string.