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.
|
public static final java.lang.String DEFAULT_FLOW_EXECUTION_KEY_PARAMETER
DefaultFlowUrlHandler
.public java.lang.String getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
getFlowExecutionKey
in interface org.springframework.webflow.context.servlet.FlowUrlHandler
getFlowExecutionKey
in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
request
- 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.FlowUrlHandler
createFlowExecutionUrl
in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
public 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.FlowUrlHandler
createFlowDefinitionUrl
in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler