java.lang.Object | |||
↳ | com.microstrategy.web.platform.AbstractParameterBuilder | ||
↳ | com.microstrategy.web.platform.AbstractConfigurableParameterBuilder | ||
↳ | com.microstrategy.web.platform.DefaultHiddenInputBuilderImpl |
The default Hidden Input Builder for the Web Universal application.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DefaultHiddenInputBuilderImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addFragment(String fragment)
Adds a fragment of key/value pairs.
| ||||||||||
boolean |
isEmpty()
This method returns
true if no parameters were added. | ||||||||||
String |
toString()
Get the entire collection of parameters as a string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Adds a fragment of key/value pairs. The current implementation simply throws an IllegalStateException.
fragment | A string fragment which must be parsed for a sequence of key/value pairs. |
---|
This method returns true
if no parameters were added. 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.