public class CasDefaultFlowUrlHandler
extends org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_FLOW_EXECUTION_KEY_PARAMETER
Default flow execution key parameter name, "execution".
|
| Constructor and Description |
|---|
CasDefaultFlowUrlHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createFlowDefinitionUrl(java.lang.String flowId,
org.springframework.webflow.core.collection.AttributeMap input,
javax.servlet.http.HttpServletRequest request) |
java.lang.String |
createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
Get the flow execution key.
|
void |
setFlowExecutionKeyParameter(java.lang.String parameterName)
Sets the parameter name used to carry flow execution key in request.
|
public static final java.lang.String DEFAULT_FLOW_EXECUTION_KEY_PARAMETER
DefaultFlowUrlHandler.public void setFlowExecutionKeyParameter(java.lang.String parameterName)
parameterName - Request parameter name.public java.lang.String getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
getFlowExecutionKey in interface org.springframework.webflow.context.servlet.FlowUrlHandlergetFlowExecutionKey in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandlerrequest - the current HTTP servlet request.public java.lang.String createFlowExecutionUrl(java.lang.String flowId,
java.lang.String flowExecutionKey,
javax.servlet.http.HttpServletRequest request)
createFlowExecutionUrl in interface org.springframework.webflow.context.servlet.FlowUrlHandlercreateFlowExecutionUrl in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandlerpublic java.lang.String createFlowDefinitionUrl(java.lang.String flowId,
org.springframework.webflow.core.collection.AttributeMap input,
javax.servlet.http.HttpServletRequest request)
createFlowDefinitionUrl in interface org.springframework.webflow.context.servlet.FlowUrlHandlercreateFlowDefinitionUrl in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler