Uses of Class
org.apache.pluto.portalImpl.util.NameValuePairs

Packages that use NameValuePairs
org.apache.pluto.portalImpl.util   
 

Uses of NameValuePairs in org.apache.pluto.portalImpl.util
 

Subclasses of NameValuePairs in org.apache.pluto.portalImpl.util
 class Parameters
           
 class Properties
          This class loads name/value pairs from a properties file.
 

Fields in org.apache.pluto.portalImpl.util declared as NameValuePairs
private  NameValuePairs NameValuePairs.EntryIterator.iPairs
           
private  NameValuePairs NameValuePairs.iParent
           
 

Methods in org.apache.pluto.portalImpl.util that return NameValuePairs
(package private)  NameValuePairs NameValuePairs.getParent()
           
 

Methods in org.apache.pluto.portalImpl.util with parameters of type NameValuePairs
 void NameValuePairs.setParent(NameValuePairs aParent)
           
 

Constructors in org.apache.pluto.portalImpl.util with parameters of type NameValuePairs
NameValuePairs.EntryIterator(NameValuePairs aPairs)