java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.RestoreViewPhase
Lifetime And Scope
Same lifetime and scope as DefaultLifecycleImpl.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doPhase
(FacesContext context, Lifecycle lifecycle, ListIterator<PhaseListener> listeners) Performs PhaseListener processing and invokes the execute method of the Phase.void
execute
(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:Phase
Performs 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:
execute
in classPhase
- Parameters:
facesContext
- FacesContext for the current request being processed- Throws:
FacesException
- if a processing error occurred while executing this phase
-