public final class TerminateWebSessionListener
extends org.springframework.webflow.execution.FlowExecutionListenerAdapter
| Constructor and Description |
|---|
TerminateWebSessionListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTimeToDieInSeconds() |
void |
sessionEnded(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.execution.FlowSession session,
String outcome,
org.springframework.webflow.core.collection.AttributeMap output) |
void |
setTimeToDieInSeconds(int timeToDieInSeconds) |
eventSignaled, exceptionThrown, paused, requestProcessed, requestSubmitted, resuming, sessionCreating, sessionEnding, sessionStarted, sessionStarting, stateEntered, stateEntering, transitionExecuting, viewRendered, viewRenderingpublic void sessionEnded(org.springframework.webflow.execution.RequestContext context,
org.springframework.webflow.execution.FlowSession session,
String outcome,
org.springframework.webflow.core.collection.AttributeMap output)
sessionEnded in interface org.springframework.webflow.execution.FlowExecutionListenersessionEnded in class org.springframework.webflow.execution.FlowExecutionListenerAdapterpublic int getTimeToDieInSeconds()
public void setTimeToDieInSeconds(int timeToDieInSeconds)
Copyright © 2004-2015 Apereo. All Rights Reserved.