com.sun.faces.lifecycle
Class RestoreViewPhase

java.lang.Object
  extended by com.sun.faces.lifecycle.Phase
      extended by com.sun.faces.lifecycle.RestoreViewPhase

public class RestoreViewPhase
extends Phase

Lifetime And Scope

Same lifetime and scope as DefaultLifecycleImpl.

Version:
$Id: RestoreViewPhase.java,v 1.45.2.1 2007/05/15 19:57:03 rlubke Exp $

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

RestoreViewPhase

public RestoreViewPhase()
Method Detail

execute

public void execute(javax.faces.context.FacesContext facesContext)
             throws javax.faces.FacesException
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 class Phase
Parameters:
facesContext - FacesContext for the current request being processed
Throws:
javax.faces.FacesException - if a processing error occurred while executing this phase

getId

public javax.faces.event.PhaseId getId()
Description copied from class: Phase

Returns the current Lifecycle Phase identifier.

Specified by:
getId in class Phase

doPerComponentActions

protected void doPerComponentActions(javax.faces.context.FacesContext context,
                                     javax.faces.component.UIComponent uic)

Do any per-component actions necessary during reconstitute

Parameters:
context - the FacesContext for the current request
uic - the UIComponent to process the binding attribute


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.