Package jakarta.faces.lifecycle
Class LifecycleWrapper
java.lang.Object
jakarta.faces.lifecycle.Lifecycle
jakarta.faces.lifecycle.LifecycleWrapper
- All Implemented Interfaces:
- FacesWrapper<Lifecycle>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddPhaseListener(PhaseListener listener) voidattachWindow(FacesContext context) voidexecute(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.voidremovePhaseListener(PhaseListener listener) voidrender(FacesContext context) 
- 
Constructor Details- 
LifecycleWrapperDeprecated.
- 
LifecycleWrapper
 
- 
- 
Method Details- 
render- Specified by:
- renderin class- Lifecycle
- Throws:
- FacesException
 
- 
removePhaseListener- Specified by:
- removePhaseListenerin class- Lifecycle
 
- 
getPhaseListeners- Specified by:
- getPhaseListenersin class- Lifecycle
 
- 
execute- Specified by:
- executein class- Lifecycle
- Throws:
- FacesException
 
- 
attachWindow- Overrides:
- attachWindowin class- Lifecycle
 
- 
addPhaseListener- Specified by:
- addPhaseListenerin class- Lifecycle
 
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<Lifecycle>
- Returns:
- the instance of the class being wrapped
 
 
-