|
Spring Web Flow | ||||||||
| 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 | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFlowUrlHandler()
| Method Detail |
|---|
public java.lang.String getFlowExecutionKey(javax.portlet.PortletRequest request)
FlowUrlHandler
getFlowExecutionKey in interface FlowUrlHandlerrequest - the request
public void setFlowExecutionRenderParameter(java.lang.String flowExecutionKey,
javax.portlet.ActionResponse response)
FlowUrlHandler
setFlowExecutionRenderParameter in interface FlowUrlHandlerflowExecutionKey - the keyresponse - the action response
public void setFlowExecutionInSession(java.lang.String flowExecutionKey,
javax.portlet.RenderRequest request)
FlowUrlHandler
setFlowExecutionInSession in interface FlowUrlHandlerflowExecutionKey - the keyrequest - the request
public void setFlowExecutionInSession(java.lang.String flowExecutionKey,
javax.portlet.ResourceRequest request)
FlowUrlHandler
setFlowExecutionInSession in interface FlowUrlHandlerflowExecutionKey - the keyrequest - the request
public java.lang.String createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.portlet.RenderResponse response)
FlowUrlHandler
createFlowExecutionUrl in interface FlowUrlHandlerflowId - the flow idflowExecutionKey - the flow execution keyresponse - the response
public java.lang.String createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.portlet.ResourceResponse response)
FlowUrlHandler
createFlowExecutionUrl in interface FlowUrlHandlerflowId - 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 | ||||||||