Package jakarta.faces.lifecycle
Class LifecycleWrapper
java.lang.Object
jakarta.faces.lifecycle.Lifecycle
jakarta.faces.lifecycle.LifecycleWrapper
- All Implemented Interfaces:
FacesWrapper<Lifecycle>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPhaseListener
(PhaseListener listener) void
attachWindow
(FacesContext context) void
execute
(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.void
removePhaseListener
(PhaseListener listener) void
render
(FacesContext context)
-
Constructor Details
-
LifecycleWrapper
Deprecated. -
LifecycleWrapper
-
-
Method Details
-
render
- Specified by:
render
in classLifecycle
- Throws:
FacesException
-
removePhaseListener
- Specified by:
removePhaseListener
in classLifecycle
-
getPhaseListeners
- Specified by:
getPhaseListeners
in classLifecycle
-
execute
- Specified by:
execute
in classLifecycle
- Throws:
FacesException
-
attachWindow
- Overrides:
attachWindow
in classLifecycle
-
addPhaseListener
- Specified by:
addPhaseListener
in classLifecycle
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<Lifecycle>
- Returns:
- the instance of the class being wrapped
-