Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.lifecycle » [javadoc | source]
com.sun.faces.lifecycle
public class: LifecycleImpl [javadoc | source]
java.lang.Object
   javax.faces.lifecycle.Lifecycle
      com.sun.faces.lifecycle.LifecycleImpl

Direct Known Subclasses:
    NewLifecycle

LifecycleImpl is the stock implementation of the standard Lifecycle in the JavaServer Faces RI.

Method from com.sun.faces.lifecycle.LifecycleImpl Summary:
addPhaseListener,   execute,   getPhaseListeners,   removePhaseListener,   render
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.lifecycle.LifecycleImpl Detail:
 public  void addPhaseListener(PhaseListener listener) 
 public  void execute(FacesContext context) throws FacesException 
 public PhaseListener[] getPhaseListeners() 
 public  void removePhaseListener(PhaseListener listener) 
 public  void render(FacesContext context) throws FacesException