public class RestoreViewPhase extends Phase
Same lifetime and scope as DefaultLifecycleImpl.
| Constructor and Description |
|---|
RestoreViewPhase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPerComponentActions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uic)
Do any per-component actions necessary during reconstitute
|
void |
execute(javax.faces.context.FacesContext facesContext)
PRECONDITION: the necessary factories have been installed in the
ServletContext attr set.
|
javax.faces.event.PhaseId |
getId()
Returns the current
Lifecycle Phase identifier. |
public void execute(javax.faces.context.FacesContext facesContext)
throws javax.faces.FacesException
POSTCONDITION: The facesContext has been initialized with a tree.
public javax.faces.event.PhaseId getId()
PhaseReturns the current Lifecycle Phase identifier.
protected void doPerComponentActions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent uic)
Do any per-component actions necessary during reconstitute
context - the FacesContext for the current requestuic - the UIComponent to process the
binding attributeCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.