|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.RestoreViewPhase
public class RestoreViewPhase
Lifetime And Scope
Same lifetime and scope as DefaultLifecycleImpl.
Constructor Summary | |
---|---|
RestoreViewPhase()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestoreViewPhase()
Method Detail |
---|
public void execute(javax.faces.context.FacesContext facesContext) throws javax.faces.FacesException
POSTCONDITION: The facesContext has been initialized with a tree.
execute
in class Phase
facesContext
- FacesContext for the current request being processed
javax.faces.FacesException
- if a processing error occurred while
executing this phasepublic javax.faces.event.PhaseId getId()
Phase
Returns the current Lifecycle
Phase identifier.
getId
in class Phase
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
attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |