Class FlowLifecycle
java.lang.Object
jakarta.faces.lifecycle.Lifecycle
org.springframework.faces.support.LifecycleWrapper
org.springframework.faces.webflow.FlowLifecycle
- All Implemented Interfaces:
jakarta.faces.FacesWrapper<jakarta.faces.lifecycle.Lifecycle>
Custom
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
.
- Author:
- Jeremy Grelle, Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(jakarta.faces.context.FacesContext context) Executes APPLY_REQUEST_VALUES through INVOKE_APPLICATION.jakarta.faces.lifecycle.Lifecycle
static jakarta.faces.lifecycle.Lifecycle
Methods inherited from class org.springframework.faces.support.LifecycleWrapper
addPhaseListener, getPhaseListeners, removePhaseListener, render
Methods inherited from class jakarta.faces.lifecycle.Lifecycle
attachWindow
-
Method Details
-
newInstance
public static jakarta.faces.lifecycle.Lifecycle newInstance() -
getWrapped
public jakarta.faces.lifecycle.Lifecycle getWrapped()- Specified by:
getWrapped
in interfacejakarta.faces.FacesWrapper<jakarta.faces.lifecycle.Lifecycle>
- Specified by:
getWrapped
in classLifecycleWrapper
-
execute
public void execute(jakarta.faces.context.FacesContext context) throws jakarta.faces.FacesException Executes APPLY_REQUEST_VALUES through INVOKE_APPLICATION.- Overrides:
execute
in classLifecycleWrapper
- Throws:
jakarta.faces.FacesException
-