Package jakarta.faces.lifecycle
Class LifecycleWrapper
- java.lang.Object
- 
- jakarta.faces.lifecycle.Lifecycle
- 
- jakarta.faces.lifecycle.LifecycleWrapper
 
 
- 
- All Implemented Interfaces:
- FacesWrapper<Lifecycle>
 
 public abstract class LifecycleWrapper extends Lifecycle implements FacesWrapper<Lifecycle> 
- 
- 
Constructor SummaryConstructors Constructor Description LifecycleWrapper()Deprecated.LifecycleWrapper(Lifecycle delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPhaseListener(PhaseListener listener)voidattachWindow(FacesContext context)voidexecute(FacesContext context)PhaseListener[]getPhaseListeners()LifecyclegetWrapped()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 Detail- 
LifecycleWrapper@Deprecated public LifecycleWrapper() Deprecated.
 - 
LifecycleWrapperpublic LifecycleWrapper(Lifecycle delegate) 
 
- 
 - 
Method Detail- 
renderpublic void render(FacesContext context) throws FacesException - Specified by:
- renderin class- Lifecycle
- Throws:
- FacesException
 
 - 
removePhaseListenerpublic void removePhaseListener(PhaseListener listener) - Specified by:
- removePhaseListenerin class- Lifecycle
 
 - 
getPhaseListenerspublic PhaseListener[] getPhaseListeners() - Specified by:
- getPhaseListenersin class- Lifecycle
 
 - 
executepublic void execute(FacesContext context) throws FacesException - Specified by:
- executein class- Lifecycle
- Throws:
- FacesException
 
 - 
attachWindowpublic void attachWindow(FacesContext context) - Overrides:
- attachWindowin class- Lifecycle
 
 - 
addPhaseListenerpublic void addPhaseListener(PhaseListener listener) - Specified by:
- addPhaseListenerin class- Lifecycle
 
 - 
getWrappedpublic Lifecycle getWrapped() Description 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
 
 
- 
 
-