public class FlowLifecycle extends LifecycleWrapper
Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION
phases.
This Lifecycle does not execute the RESTORE_VIEW phase since view creation and restoration are now handled by the
JsfViewFactory.
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.faces.context.FacesContext context)
Executes APPLY_REQUEST_VALUES through INVOKE_APPLICATION.
|
javax.faces.lifecycle.Lifecycle |
getWrapped() |
static javax.faces.lifecycle.Lifecycle |
newInstance() |
addPhaseListener, getPhaseListeners, removePhaseListener, renderpublic static javax.faces.lifecycle.Lifecycle newInstance()
public javax.faces.lifecycle.Lifecycle getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.lifecycle.Lifecycle>getWrapped in class LifecycleWrapperpublic void execute(javax.faces.context.FacesContext context)
throws javax.faces.FacesException
execute in class LifecycleWrapperjavax.faces.FacesException