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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Boolean.TRUE is stored under this key in the application map if the first request has been processed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPhaseListener
(PhaseListener phaseListener) void
attachWindow
(FacesContext facesContext) void
execute
(FacesContext facesContext) protected ClientWindowFactory
void
removePhaseListener
(PhaseListener phaseListener) void
render
(FacesContext facesContext)
-
Field Details
-
FIRST_REQUEST_PROCESSED_PARAM
Boolean.TRUE is stored under this key in the application map if the first request has been processed.- See Also:
-
-
Constructor Details
-
LifecycleImpl
public LifecycleImpl()
-
-
Method Details
-
attachWindow
- Overrides:
attachWindow
in classLifecycle
-
getClientWindowFactory
-
execute
- Specified by:
execute
in classLifecycle
- Throws:
FacesException
-
render
- Specified by:
render
in classLifecycle
- Throws:
FacesException
-
addPhaseListener
- Specified by:
addPhaseListener
in classLifecycle
-
removePhaseListener
- Specified by:
removePhaseListener
in classLifecycle
-
getPhaseListeners
- Specified by:
getPhaseListeners
in classLifecycle
-