|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Service provides post parameters (getPostParameters())
and get parameters (getGetParameters() for the curent response. The
get parametedr may be addad to an action url (buildActionURL(String),
the post parameters may be addad as hidden fields to the page of the request
o r provided aqs token.
| Method Summary | |
java.lang.String |
buildActionURL(java.lang.String requestContextPath)
Request to build the action url based upon the given path |
java.lang.String |
buildIdFromPostParameters()
Builds a token out of the post parameters. |
GetParameters |
getGetParameters()
|
PostParameters |
getPostParameters()
|
void |
writePostParameters(UIComponent component,
ResponseWriter writer)
wites the post parameters as hidden fields to the page |
| Method Detail |
public PostParameters getPostParameters()
PostParameters for the responsepublic GetParameters getGetParameters()
GetParameters for the responsepublic java.lang.String buildActionURL(java.lang.String requestContextPath)
requestContextPath - the base path
public void writePostParameters(UIComponent component,
ResponseWriter writer)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String buildIdFromPostParameters()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||