|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.FlowExecutionListenerAdapter
org.springframework.faces.webflow.FlowFacesContextLifecycleListener
public class FlowFacesContextLifecycleListener
A FlowExecutionListener that creates a FlowFacesContext instance when a flow request is submitted and
releases it when the request has been processed.
| Constructor Summary | |
|---|---|
FlowFacesContextLifecycleListener()
|
|
| Method Summary | |
|---|---|
void |
requestProcessed(RequestContext context)
Releases the current FlowFacesContext instance. |
void |
requestSubmitted(RequestContext context)
Creates a new instance of FlowFacesContext that is then available for the duration of the request. |
| Methods inherited from class org.springframework.webflow.execution.FlowExecutionListenerAdapter |
|---|
eventSignaled, exceptionThrown, paused, resuming, sessionCreating, sessionEnded, sessionEnding, sessionStarted, sessionStarting, stateEntered, stateEntering, transitionExecuting, viewRendered, viewRendering |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlowFacesContextLifecycleListener()
| Method Detail |
|---|
public void requestSubmitted(RequestContext context)
FlowFacesContext that is then available for the duration of the request.
requestSubmitted in interface FlowExecutionListenerrequestSubmitted in class FlowExecutionListenerAdaptercontext - the current flow request contextpublic void requestProcessed(RequestContext context)
FlowFacesContext instance.
requestProcessed in interface FlowExecutionListenerrequestProcessed in class FlowExecutionListenerAdaptercontext - the source of the event
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||