|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.latka.http.ParametersImpl
public class ParametersImpl
An implementation of the Parameters interface that stores the
name value pairs as a list of two element string arrays
Parameters| Field Summary | |
|---|---|
protected List |
_list
List of parameters. |
| Constructor Summary | |
|---|---|
protected |
ParametersImpl()
Protected access, parameters can only be copied from request to request. |
| Method Summary | |
|---|---|
void |
addParameter(String paramName,
String paramValue)
Defined in interface |
List |
getParameters()
Defined in interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List _list
| Constructor Detail |
|---|
protected ParametersImpl()
| Method Detail |
|---|
public void addParameter(String paramName,
String paramValue)
addParameter in interface ParametersparamName - parameter nameparamValue - parameter value, or null for an empty valueParameters.addParameter(String,String)public List getParameters()
getParameters in interface ParametersParameters.getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||