public class FlowFacesContextLifecycleListener
extends org.springframework.webflow.execution.FlowExecutionListenerAdapter
FlowExecutionListener that creates a FlowFacesContext
instance when a flow request is submitted and releases it when the request
has been processed.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_FACES_CONTEXT |
| Constructor and Description |
|---|
FlowFacesContextLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
requestProcessed(org.springframework.webflow.execution.RequestContext context)
Releases the current
FlowFacesContext instance. |
void |
requestSubmitted(org.springframework.webflow.execution.RequestContext context)
Creates a new instance of
FlowFacesContext that is then available for the duration of the request. |
eventSignaled, exceptionThrown, paused, resuming, sessionCreating, sessionEnded, sessionEnding, sessionStarted, sessionStarting, stateEntered, stateEntering, transitionExecuting, viewRendered, viewRenderingpublic void requestSubmitted(org.springframework.webflow.execution.RequestContext context)
FlowFacesContext that is then available for the duration of the request.requestSubmitted in interface org.springframework.webflow.execution.FlowExecutionListenerrequestSubmitted in class org.springframework.webflow.execution.FlowExecutionListenerAdaptercontext - the current flow request contextpublic void requestProcessed(org.springframework.webflow.execution.RequestContext context)
FlowFacesContext instance.requestProcessed in interface org.springframework.webflow.execution.FlowExecutionListenerrequestProcessed in class org.springframework.webflow.execution.FlowExecutionListenerAdaptercontext - the source of the event