| java.lang.Object org.apache.tomcat.util.collections.MultiMap org.apache.tomcat.util.http.Parameters
Parameters | final public class Parameters extends MultiMap (Code) | | author: Costin Manolache |
INITIAL_SIZE | final public static int INITIAL_SIZE(Code) | | |
Parameters | public Parameters()(Code) | | |
handleQueryParameters | public void handleQueryParameters()(Code) | | Process the query string into parameters
|
paramsAsString | public String paramsAsString()(Code) | | Debug purpose
|
pop | public void pop()(Code) | | Discard the last child. This happens when we return from a
sub-request and the parameters are locally modified.
|
processParameters | public void processParameters(byte bytes, int start, int len)(Code) | | |
processParameters | public void processParameters(byte bytes, int start, int len, String enc)(Code) | | |
processParameters | public void processParameters(char chars, int start, int len)(Code) | | |
processParameters | public void processParameters(String str)(Code) | | Used by RequestDispatcher
|
push | public void push()(Code) | | Create ( or reuse ) a child that will be used during a sub-request.
All future changes ( setting query string, adding parameters )
will affect the child ( the parent request is never changed ).
Both setters and getters will return the data from the deepest
child, merged with data from parents.
|
recycle | public void recycle()(Code) | | |
setQueryStringEncoding | public void setQueryStringEncoding(String s)(Code) | | |
|
|