Package org.apache.myfaces.lifecycle
Class LifecycleImpl
- java.lang.Object
- 
- jakarta.faces.lifecycle.Lifecycle
- 
- org.apache.myfaces.lifecycle.LifecycleImpl
 
 
- 
 public class LifecycleImpl extends Lifecycle 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 SummaryFields Modifier and Type Field Description static StringFIRST_REQUEST_PROCESSED_PARAMBoolean.TRUE is stored under this key in the application map if the first request has been processed.
 - 
Constructor SummaryConstructors Constructor Description LifecycleImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPhaseListener(PhaseListener phaseListener)voidattachWindow(FacesContext facesContext)voidexecute(FacesContext facesContext)protected ClientWindowFactorygetClientWindowFactory()PhaseListener[]getPhaseListeners()voidremovePhaseListener(PhaseListener phaseListener)voidrender(FacesContext facesContext)
 
- 
- 
- 
Field Detail- 
FIRST_REQUEST_PROCESSED_PARAMpublic static final String FIRST_REQUEST_PROCESSED_PARAM Boolean.TRUE is stored under this key in the application map if the first request has been processed.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
attachWindowpublic void attachWindow(FacesContext facesContext) - Overrides:
- attachWindowin class- Lifecycle
 
 - 
getClientWindowFactoryprotected ClientWindowFactory getClientWindowFactory() 
 - 
executepublic void execute(FacesContext facesContext) throws FacesException - Specified by:
- executein class- Lifecycle
- Throws:
- FacesException
 
 - 
renderpublic void render(FacesContext facesContext) throws FacesException - Specified by:
- renderin class- Lifecycle
- Throws:
- FacesException
 
 - 
addPhaseListenerpublic void addPhaseListener(PhaseListener phaseListener) - Specified by:
- addPhaseListenerin class- Lifecycle
 
 - 
removePhaseListenerpublic void removePhaseListener(PhaseListener phaseListener) - Specified by:
- removePhaseListenerin class- Lifecycle
 
 - 
getPhaseListenerspublic PhaseListener[] getPhaseListeners() - Specified by:
- getPhaseListenersin class- Lifecycle
 
 
- 
 
-