java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.RestoreViewPhase
Lifetime And Scope
 
Same lifetime and scope as DefaultLifecycleImpl.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddoPhase(FacesContext context, Lifecycle lifecycle, ListIterator<PhaseListener> listeners) Performs PhaseListener processing and invokes the execute method of the Phase.voidexecute(FacesContext facesContext) PRECONDITION: the necessary factories have been installed in the ServletContext attr set.getId()Methods inherited from class com.sun.faces.lifecycle.Phase
handleAfterPhase, handleBeforePhase, queueException, queueException 
- 
Constructor Details
- 
RestoreViewPhase
public RestoreViewPhase() 
 - 
 - 
Method Details
- 
getId
 - 
doPhase
public void doPhase(FacesContext context, Lifecycle lifecycle, ListIterator<PhaseListener> listeners) Description copied from class:PhasePerforms PhaseListener processing and invokes the execute method of the Phase. - 
execute
PRECONDITION: the necessary factories have been installed in the ServletContext attr set.POSTCONDITION: The facesContext has been initialized with a tree.
- Specified by:
 executein classPhase- Parameters:
 facesContext- FacesContext for the current request being processed- Throws:
 FacesException- if a processing error occurred while executing this phase
 
 -