|
|||||||||
| 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 | |
|---|---|
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. |
| Method Detail |
|---|
String getFlowExecutionKey(javax.portlet.PortletRequest request)
request - the request
void setFlowExecutionRenderParameter(String flowExecutionKey,
javax.portlet.ActionResponse response)
flowExecutionKey - the keyresponse - the action response
void setFlowExecutionInSession(String flowExecutionKey,
javax.portlet.RenderRequest request)
flowExecutionKey - the keyrequest - the render request
String createFlowExecutionUrl(String flowId,
String flowExecutionKey,
javax.portlet.RenderResponse response)
flowId - the flow idflowExecutionKey - the flow execution keyresponse - the render response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||