Package com.sun.faces.lifecycle
Class RestoreViewPhase
java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.RestoreViewPhase
public class RestoreViewPhase extends Phase
Lifetime And Scope
Same lifetime and scope as DefaultLifecycleImpl.
-
Constructor Summary
Constructors Constructor Description RestoreViewPhase()
-
Method Summary
Modifier and Type Method Description void
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.PhaseId
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.- 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
-