com.sun.faces.lifecycle
Class ApplyRequestValuesPhase

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

public class ApplyRequestValuesPhase
extends Phase

ApplyRequestValuesPhase executes processDecodes on each component in the tree so that it may update it's current value from the information included in the current request (parameters, headers, c cookies and so on.)


Constructor Summary
ApplyRequestValuesPhase()
           
 
Method Summary
 void execute(javax.faces.context.FacesContext facesContext)
          Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
 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

ApplyRequestValuesPhase

public ApplyRequestValuesPhase()
Method Detail

getId

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

Returns the current Lifecycle Phase identifier.

Specified by:
getId in class Phase

execute

public void execute(javax.faces.context.FacesContext facesContext)
             throws javax.faces.FacesException
Description copied from class: Phase

Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request. Return one of the standard state change values (GOTO_EXIT, GOTO_NEXT, or GOTO_RENDER) to indicate what the request processing lifecycle should do next.

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


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