|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowUrlHandler
A interface for parsing and generating flow URLs. Encapsulates a specific flow URL format.
| Method Summary | |
|---|---|
java.lang.String |
createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.portlet.RenderResponse response)
Creates a flow execution URL during a render phase suitable to invoke Web Flow in a portlet environment |
java.lang.String |
createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.portlet.ResourceResponse response)
Creates a flow execution URL during a resource phase suitable to invoke Web Flow in a portlet environment |
java.lang.String |
getFlowExecutionKey(javax.portlet.PortletRequest request)
Extract the flow execution from the request. |
void |
setFlowExecutionInSession(java.lang.String flowExecutionKey,
javax.portlet.RenderRequest request)
Set the flow execution key into the portlet session. |
void |
setFlowExecutionInSession(java.lang.String flowExecutionKey,
javax.portlet.ResourceRequest request)
Set the flow execution key into the portlet session. |
void |
setFlowExecutionRenderParameter(java.lang.String flowExecutionKey,
javax.portlet.ActionResponse response)
Set the flow execution key render parameter. |
| Method Detail |
|---|
java.lang.String getFlowExecutionKey(javax.portlet.PortletRequest request)
request - the request
void setFlowExecutionRenderParameter(java.lang.String flowExecutionKey,
javax.portlet.ActionResponse response)
flowExecutionKey - the keyresponse - the action response
void setFlowExecutionInSession(java.lang.String flowExecutionKey,
javax.portlet.RenderRequest request)
flowExecutionKey - the keyrequest - the request
void setFlowExecutionInSession(java.lang.String flowExecutionKey,
javax.portlet.ResourceRequest request)
flowExecutionKey - the keyrequest - the request
java.lang.String createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.portlet.RenderResponse response)
flowId - the flow idflowExecutionKey - the flow execution keyresponse - the response
java.lang.String createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.portlet.ResourceResponse response)
flowId - the flow idflowExecutionKey - the flow execution keyresponse - the response
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||