|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The list of ranges in a URL request.
Method Summary | |
void |
addParameter(Parameter param)
adds a new Parameter to the list |
void |
addParameter(java.lang.String name,
java.lang.String value)
|
java.util.Set |
getNames()
|
Parameter |
getParameter(java.lang.String name)
returns the parameter that matches the submitted name. if no parameter can be found null will be returned. |
Parameter[] |
getParameters()
returns all Parameters contained within the list as array. |
Method Detail |
public Parameter getParameter(java.lang.String name)
public void addParameter(Parameter param)
public void addParameter(java.lang.String name, java.lang.String value)
name
- value
- public Parameter[] getParameters()
public java.util.Set getNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |