public final class CasDefaultFlowUrlHandler
extends org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FLOW_EXECUTION_KEY_PARAMETER
Default flow execution key parameter name, "execution".
|
| Constructor and Description |
|---|
CasDefaultFlowUrlHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
createFlowDefinitionUrl(String flowId,
org.springframework.webflow.core.collection.AttributeMap input,
javax.servlet.http.HttpServletRequest request) |
String |
createFlowExecutionUrl(String flowId,
String flowExecutionKey,
javax.servlet.http.HttpServletRequest request) |
String |
getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
Get the flow execution key.
|
void |
setFlowExecutionKeyParameter(String parameterName)
Sets the parameter name used to carry flow execution key in request.
|
public static final String DEFAULT_FLOW_EXECUTION_KEY_PARAMETER
DefaultFlowUrlHandler.public void setFlowExecutionKeyParameter(String parameterName)
parameterName - Request parameter name.public 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 String createFlowExecutionUrl(String flowId, String flowExecutionKey, javax.servlet.http.HttpServletRequest request)
createFlowExecutionUrl in interface org.springframework.webflow.context.servlet.FlowUrlHandlercreateFlowExecutionUrl in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandlerpublic String createFlowDefinitionUrl(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.DefaultFlowUrlHandlerCopyright © 2004-2015 Apereo. All Rights Reserved.