org.apache.pluto.portalImpl.util
Class Parameters
java.lang.Object
org.apache.pluto.portalImpl.util.NameValuePairs
org.apache.pluto.portalImpl.util.Parameters
- public class Parameters
- extends NameValuePairs
Constructor Summary |
Parameters(java.util.Map params)
|
Parameters(javax.servlet.ServletConfig aConfig)
|
Parameters(javax.servlet.ServletContext aContext)
|
Method Summary |
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)
|
Methods inherited from class org.apache.pluto.portalImpl.util.NameValuePairs |
add, add, findEntry, getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getString, getString, getStrings, keys, names, removeEntry, setParent, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Parameters
public Parameters(java.util.Map params)
Parameters
public Parameters(javax.servlet.ServletConfig aConfig)
Parameters
public Parameters(javax.servlet.ServletContext aContext)
setString
public void setString(java.lang.String aKey,
java.lang.String aValue)
remove
public void remove(java.lang.String aName)
- Removes all values with the given name.
- Parameters:
aName
- the name of a pair
removeWithPrefix
public void removeWithPrefix(java.lang.String aPrefix)
- Removes all values with names that start with the given prefix.
- Parameters:
aPrefix
- the name prefix
Copyright © 2003-2006 . All Rights Reserved.