public interface FlowUrlHandler
Modifier and Type | Method and Description |
---|---|
String |
createFlowExecutionUrl(String flowId,
String flowExecutionKey,
javax.portlet.RenderResponse response)
Creates a flow execution URL suitable for use as an action URL.
|
String |
getFlowExecutionKey(javax.portlet.PortletRequest request)
Extract the flow execution from the request.
|
void |
setFlowExecutionInSession(String flowExecutionKey,
javax.portlet.RenderRequest request)
Set the flow execution key into the portlet session.
|
void |
setFlowExecutionRenderParameter(String flowExecutionKey,
javax.portlet.ActionResponse response)
Set the flow execution key render parameter.
|
String getFlowExecutionKey(javax.portlet.PortletRequest request)
request
- the requestvoid setFlowExecutionRenderParameter(String flowExecutionKey, javax.portlet.ActionResponse response)
flowExecutionKey
- the keyresponse
- the action responsevoid setFlowExecutionInSession(String flowExecutionKey, javax.portlet.RenderRequest request)
flowExecutionKey
- the keyrequest
- the render requestString createFlowExecutionUrl(String flowId, String flowExecutionKey, javax.portlet.RenderResponse response)
flowId
- the flow idflowExecutionKey
- the flow execution keyresponse
- the render response