org.apache.pluto.portalImpl.util
Class Parameters

java.lang.Object
  extended byorg.apache.pluto.portalImpl.util.NameValuePairs
      extended byorg.apache.pluto.portalImpl.util.Parameters

public class Parameters
extends NameValuePairs


Nested Class Summary
 
Nested classes inherited from class org.apache.pluto.portalImpl.util.NameValuePairs
NameValuePairs.Entry
 
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
 

Constructor Detail

Parameters

public Parameters(java.util.Map params)

Parameters

public Parameters(javax.servlet.ServletConfig aConfig)

Parameters

public Parameters(javax.servlet.ServletContext aContext)
Method Detail

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-2005 . All Rights Reserved.