|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
org.apache.commons.latka.http |
Uses of Parameters in org.apache.commons.latka.http |
Classes in org.apache.commons.latka.http that implement Parameters | |
class |
ParametersImpl
An implementation of the Parameters interface that stores the
name value pairs as a list of two element string arrays |
Fields in org.apache.commons.latka.http declared as Parameters | |
protected Parameters |
RequestImpl._parameters
parameters sent with this request |
Methods in org.apache.commons.latka.http that return Parameters | |
Parameters |
Request.getParameters()
Get the parameters for the request, so that they can be copied to another request if necessary. |
Parameters |
RequestImpl.getParameters()
Defined in the implemented interface |
Methods in org.apache.commons.latka.http with parameters of type Parameters | |
void |
Request.setParameters(Parameters parameters)
Set all the parameters for the request. |
void |
RequestImpl.setParameters(Parameters parameters)
Defined in the implemented interface |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |