void
|
addEventInfo(WebEvent event, int eventElements, int howMuchChildState)
Adds into the current object the event information in the format of key/value pairs.
|
void
|
addParameter(String name, String value)
Add a name/value pair.
|
static
boolean
|
areAllBitsSet(int intVal, int bits)
Determines whether the specified integer value has set all its bits specified
through the the parameter bits .
|
NamespaceEncoder
|
getNamespaceEncoder()
|
Iterator
|
getParameters()
Return an iterator for the list of parameters.
|
String
|
getTargetBase()
|
String
|
getTargetPrefix()
|
String
|
getTargetSuffix()
|
void
|
init(Object parent)
Initializes this class by attaching up a namespace encoder (as provided by the parent).
|
static
boolean
|
isAnyBitSet(int intVal, int bits)
Determines whether the specified integer value has set any bit specified
through the the parameter bits .
|
void
|
parseEntireURLStringFragment(String fragment)
This method parses a string fragment that is belived to contain an entire
URL (base URI plus zero or more parameters).
|
void
|
parseURLParameterFragment(String fragment)
This method parses a string fragment that is believed to contain only URL
parameters ("...&key1=value1&...").
|
void
|
setInitialSize(int chars)
|
void
|
setNamespaceEncoder(NamespaceEncoder nse)
|
void
|
setTargetBase(String targetBase)
Specify a target base URI (for URL generation).
|
void
|
setTargetPrefix(String targetPrefix)
Specifies a prefix string to appear before the Target Base.
|
void
|
setTargetSuffix(String targetSuffix)
Specifies a suffix string to appear after the Target Base.
|