public interface FlowUrlHandler
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getFlowExecutionKey(javax.portlet.PortletRequest request)
request
- the requestvoid setFlowExecutionRenderParameter(java.lang.String flowExecutionKey, javax.portlet.ActionResponse response)
flowExecutionKey
- the keyresponse
- the action responsevoid setFlowExecutionInSession(java.lang.String flowExecutionKey, javax.portlet.RenderRequest request)
flowExecutionKey
- the keyrequest
- the requestvoid setFlowExecutionInSession(java.lang.String flowExecutionKey, javax.portlet.ResourceRequest request)
flowExecutionKey
- the keyrequest
- the requestjava.lang.String createFlowExecutionUrl(java.lang.String flowId, java.lang.String flowExecutionKey, javax.portlet.RenderResponse response)
flowId
- the flow idflowExecutionKey
- the flow execution keyresponse
- the responsejava.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