Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.lifecycle » [javadoc | source]
com.sun.faces.lifecycle
public class: RestoreViewPhase [javadoc | source]
java.lang.Object
   com.sun.faces.lifecycle.Phase
      com.sun.faces.lifecycle.RestoreViewPhase
Lifetime And Scope

Same lifetime and scope as DefaultLifecycleImpl.

Method from com.sun.faces.lifecycle.RestoreViewPhase Summary:
doPerComponentActions,   doPhase,   execute,   getId
Methods from com.sun.faces.lifecycle.Phase:
doPhase,   execute,   getId,   handleAfterPhase,   handleBeforePhase
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.lifecycle.RestoreViewPhase Detail:
 protected  void doPerComponentActions(FacesContext context,
    UIComponent uic) 

    Do any per-component actions necessary during reconstitute

 public  void doPhase(FacesContext context,
    Lifecycle lifecycle,
    ListIterator listeners) 
 public  void execute(FacesContext facesContext) throws FacesException 
    PRECONDITION: the necessary factories have been installed in the ServletContext attr set.

    POSTCONDITION: The facesContext has been initialized with a tree.

 public PhaseId getId()