public class JahiaFlowUrlHandler
extends org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
| Constructor and Description |
|---|
JahiaFlowUrlHandler() |
| 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) |
String |
getFlowId(javax.servlet.http.HttpServletRequest request) |
public String getFlowExecutionKey(javax.servlet.http.HttpServletRequest request)
getFlowExecutionKey in interface org.springframework.webflow.context.servlet.FlowUrlHandlergetFlowExecutionKey in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandlerpublic String getFlowId(javax.servlet.http.HttpServletRequest request)
getFlowId in interface org.springframework.webflow.context.servlet.FlowUrlHandlergetFlowId in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandlerpublic 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–2020 Jahia Solutions Group SA. All rights reserved.