|
|||||||||||
| 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 | ||||||||||
My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business.
Some of my design is inspired by the original display tag <display:*> code.
Please go to http://displaytag.sourceforge.net/ for details
on the <display:*> tag.
Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received. Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/