javax.faces.lifecycle
Class LifecycleWrapper
java.lang.Object
javax.faces.lifecycle.Lifecycle
javax.faces.lifecycle.LifecycleWrapper
- All Implemented Interfaces:
- FacesWrapper<Lifecycle>
public abstract class LifecycleWrapper
- extends Lifecycle
- implements FacesWrapper<Lifecycle>
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleWrapper
public LifecycleWrapper()
render
public void render(FacesContext context)
throws FacesException
- Specified by:
render
in class Lifecycle
- Throws:
FacesException
removePhaseListener
public void removePhaseListener(PhaseListener listener)
- Specified by:
removePhaseListener
in class Lifecycle
getPhaseListeners
public PhaseListener[] getPhaseListeners()
- Specified by:
getPhaseListeners
in class Lifecycle
execute
public void execute(FacesContext context)
throws FacesException
- Specified by:
execute
in class Lifecycle
- Throws:
FacesException
attachWindow
public void attachWindow(FacesContext context)
- Overrides:
attachWindow
in class Lifecycle
addPhaseListener
public void addPhaseListener(PhaseListener listener)
- Specified by:
addPhaseListener
in class Lifecycle
getWrapped
public abstract Lifecycle 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 interface FacesWrapper<Lifecycle>
- Returns:
- the instance of the class being wrapped
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.