public class WebflowTokenListener
extends org.springframework.webflow.execution.FlowExecutionListenerAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
WEBFLOW_TOKEN |
| Constructor and Description |
|---|
WebflowTokenListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
eventSignaled(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.execution.Event event) |
void |
resuming(org.springframework.webflow.execution.RequestContext context) |
void |
sessionStarting(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.execution.FlowSession session,
org.springframework.webflow.core.collection.MutableAttributeMap<?> input) |
public static final String WEBFLOW_TOKEN
public void sessionStarting(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.execution.FlowSession session,
org.springframework.webflow.core.collection.MutableAttributeMap<?> input)
sessionStarting in interface org.springframework.webflow.execution.FlowExecutionListenersessionStarting in class org.springframework.webflow.execution.FlowExecutionListenerAdapterpublic void resuming(org.springframework.webflow.execution.RequestContext context)
resuming in interface org.springframework.webflow.execution.FlowExecutionListenerresuming in class org.springframework.webflow.execution.FlowExecutionListenerAdapterpublic void eventSignaled(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.execution.Event event)
eventSignaled in interface org.springframework.webflow.execution.FlowExecutionListenereventSignaled in class org.springframework.webflow.execution.FlowExecutionListenerAdapterCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.