public class FlowFacesContextLifecycleListener
extends java.lang.Object
implements org.springframework.webflow.execution.FlowExecutionListener
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. |
public 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.FlowExecutionListenercontext - the current flow request contextpublic void requestProcessed(org.springframework.webflow.execution.RequestContext context)
FlowFacesContext instance.requestProcessed in interface org.springframework.webflow.execution.FlowExecutionListenercontext - the source of the event