Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » environment » wrapper » [javadoc | source]
org.apache.cocoon.environment.wrapper
public final class: RequestParameters [javadoc | source]
java.lang.Object
   org.apache.cocoon.environment.wrapper.RequestParameters

All Implemented Interfaces:
    Serializable

This class is used by the RequestWrapper. It parses a query string and creates a parameter representation required for the Request object.
Nested Class Summary:
static final class  RequestParameters.EnumerationFromIterator   
Constructor:
 public RequestParameters(String queryString) 
    Construct a new object from a queryString
Method from org.apache.cocoon.environment.wrapper.RequestParameters Summary:
getParameter,   getParameter,   getParameterNames,   getParameterValues
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.environment.wrapper.RequestParameters Detail:
 public String getParameter(String name) 
    Get the value of a parameter.
 public String getParameter(String name,
    String defaultValue) 
    Get the value of a parameter.
 public Enumeration getParameterNames() 
    Get all parameter names.
 public String[] getParameterValues(String name) 
    Get all values of a parameter.