|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.context.portlet.DefaultFlowUrlHandler
public class DefaultFlowUrlHandler
Default flow URL handler for SWF 2.
Constructor Summary | |
---|---|
DefaultFlowUrlHandler()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultFlowUrlHandler()
Method Detail |
---|
public String getFlowExecutionKey(javax.portlet.PortletRequest request)
FlowUrlHandler
getFlowExecutionKey
in interface FlowUrlHandler
request
- the request
public void setFlowExecutionRenderParameter(String flowExecutionKey, javax.portlet.ActionResponse response)
FlowUrlHandler
setFlowExecutionRenderParameter
in interface FlowUrlHandler
flowExecutionKey
- the keyresponse
- the action responsepublic void setFlowExecutionInSession(String flowExecutionKey, javax.portlet.RenderRequest request)
FlowUrlHandler
setFlowExecutionInSession
in interface FlowUrlHandler
flowExecutionKey
- the keyrequest
- the render requestpublic String createFlowExecutionUrl(String flowId, String flowExecutionKey, javax.portlet.RenderResponse response)
FlowUrlHandler
createFlowExecutionUrl
in interface FlowUrlHandler
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 |