javax.faces.lifecycle
Class Lifecycle
java.lang.Object
javax.faces.lifecycle.Lifecycle
public abstract class Lifecycle
- extends java.lang.Object
see Javadoc of JSF Specification
- Version:
- $Revision: 358099 $ $Date: 2005-12-20 13:40:00 -0700 (Tue, 20 Dec 2005) $
- Author:
- Manfred Geiler (latest modification by $Author: matzew $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lifecycle
public Lifecycle()
addPhaseListener
public abstract void addPhaseListener(PhaseListener listener)
execute
public abstract void execute(FacesContext context)
throws FacesException
- Throws:
FacesException
getPhaseListeners
public abstract PhaseListener[] getPhaseListeners()
removePhaseListener
public abstract void removePhaseListener(PhaseListener listener)
render
public abstract void render(FacesContext context)
throws FacesException
- Throws:
FacesException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.