Package org.apache.myfaces.lifecycle
Class LifecycleImpl
java.lang.Object
jakarta.faces.lifecycle.Lifecycle
org.apache.myfaces.lifecycle.LifecycleImpl
Implements the lifecycle as described in Spec. 1.0 PFD Chapter 2
- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Nikolay Petrov
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringBoolean.TRUE is stored under this key in the application map if the first request has been processed.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPhaseListener(PhaseListener phaseListener) voidattachWindow(FacesContext facesContext) voidexecute(FacesContext facesContext) protected ClientWindowFactoryvoidremovePhaseListener(PhaseListener phaseListener) voidrender(FacesContext facesContext) 
- 
Field Details- 
FIRST_REQUEST_PROCESSED_PARAMBoolean.TRUE is stored under this key in the application map if the first request has been processed.- See Also:
 
 
- 
- 
Constructor Details- 
LifecycleImplpublic LifecycleImpl()
 
- 
- 
Method Details- 
attachWindow- Overrides:
- attachWindowin class- Lifecycle
 
- 
getClientWindowFactory
- 
execute- Specified by:
- executein class- Lifecycle
- Throws:
- FacesException
 
- 
render- Specified by:
- renderin class- Lifecycle
- Throws:
- FacesException
 
- 
addPhaseListener- Specified by:
- addPhaseListenerin class- Lifecycle
 
- 
removePhaseListener- Specified by:
- removePhaseListenerin class- Lifecycle
 
- 
getPhaseListeners- Specified by:
- getPhaseListenersin class- Lifecycle
 
 
-