|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A RequestHelper object is used to read parameters from the request. Main features are handling of numeric parameters and the ability to create Href objects from the current request.
| Method Summary | |
Href |
getHref()
return the current Href for the request (base url and parameters). |
java.lang.Integer |
getIntParameter(java.lang.String key)
Reads an Integer parameter from the request. |
java.lang.String |
getParameter(java.lang.String key)
Reads a String parameter from the request. |
java.util.Map |
getParameterMap()
Returns a Map containing all the parameters in the request. |
| Method Detail |
public Href getHref()
public java.lang.String getParameter(java.lang.String key)
key - String parameter name
public java.lang.Integer getIntParameter(java.lang.String key)
key - String parameter name
public java.util.Map getParameterMap()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||