|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.handler.forms.foundation.SessionFormFlowUtil
public class SessionFormFlowUtil
This class contains some utility methods for manipulating and storing session formvalues.
| Constructor Summary | |
|---|---|
SessionFormFlowUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getFlowId(javax.servlet.http.HttpServletRequest req)
Returns the id of the flow for a form request. |
static java.lang.String |
getFlowSessionKey(java.lang.String flowId)
Computes the session key for storing the xml representation of the form session values. |
static java.lang.String |
getParameterFromURL(java.lang.String urlString,
java.lang.String parameter)
|
static java.lang.String |
getSessionFormXml(javax.servlet.http.HttpServletRequest req)
|
static java.lang.String |
getSessionFormXml(javax.servlet.http.HttpServletRequest req,
java.lang.String flowId)
Retrieves the xml representation for the relevant formflow from the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionFormFlowUtil()
| Method Detail |
|---|
public static java.lang.String getFlowSessionKey(java.lang.String flowId)
flowId - The id of the flow for whoch the values should be stored in the session
public static java.lang.String getFlowId(javax.servlet.http.HttpServletRequest req)
req - The submitted request for which the id of the formflow should be retrieved.
null if the id could not be retrieved.
public static java.lang.String getSessionFormXml(javax.servlet.http.HttpServletRequest req,
java.lang.String flowId)
req - The request for the form
null if the xml could not be
retrieved from the clients session.public static java.lang.String getSessionFormXml(javax.servlet.http.HttpServletRequest req)
public static java.lang.String getParameterFromURL(java.lang.String urlString,
java.lang.String parameter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||