public class RestoreViewPhase extends Phase
Same lifetime and scope as DefaultLifecycleImpl.
| Constructor and Description |
|---|
RestoreViewPhase() |
| Modifier and Type | Method and 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() |
handleAfterPhase, handleBeforePhase, queueException, queueExceptionpublic PhaseId getId()
public void doPhase(FacesContext context, Lifecycle lifecycle, ListIterator<PhaseListener> listeners)
Phasepublic void execute(FacesContext facesContext) throws FacesException
POSTCONDITION: The facesContext has been initialized with a tree.
execute in class PhasefacesContext - FacesContext for the current request being processedFacesException - if a processing error occurred while executing this phaseCopyright © 1997–2020 Eclipse Foundation. All rights reserved.