public class Parameters extends NameValuePairs
NameValuePairs.Entry
Constructor and Description |
---|
Parameters(java.util.Map params) |
Parameters(javax.servlet.ServletConfig aConfig) |
Parameters(javax.servlet.ServletContext aContext) |
Modifier and Type | Method and Description |
---|---|
void |
remove(java.lang.String aName)
Removes all values with the given name.
|
void |
removeWithPrefix(java.lang.String aPrefix)
Removes all values with names that start with the given prefix.
|
void |
setString(java.lang.String aKey,
java.lang.String aValue) |
add, add, findEntry, getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getString, getString, getStrings, keys, names, removeEntry, setParent, size, toString
public Parameters(java.util.Map params)
public Parameters(javax.servlet.ServletConfig aConfig)
public Parameters(javax.servlet.ServletContext aContext)
public void setString(java.lang.String aKey, java.lang.String aValue)
public void remove(java.lang.String aName)
aName
- the name of a pairpublic void removeWithPrefix(java.lang.String aPrefix)
aPrefix
- the name prefixCopyright © 2003-2013 . All Rights Reserved.