Uses of Interface
org.apache.commons.latka.http.Parameters

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 RequestImpl.getParameters()
          Defined in the implemented interface
 Parameters Request.getParameters()
          Get the parameters for the request, so that they can be copied to another request if necessary.
 

Methods in org.apache.commons.latka.http with parameters of type Parameters
 void RequestImpl.setParameters(Parameters parameters)
          Defined in the implemented interface
 void Request.setParameters(Parameters parameters)
          Set all the parameters for the request.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.