java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.UpdateModelValuesPhase
UpdateModelValuesPhase executes 
processUpdates on each component in the tree so that it may have a
 chance to update its model value.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(FacesContext facesContext) Perform all state transitions required by the current phase of the request processingLifecyclefor a particular request.getId()Methods inherited from class com.sun.faces.lifecycle.Phase
doPhase, handleAfterPhase, handleBeforePhase, queueException, queueException 
- 
Constructor Details
- 
UpdateModelValuesPhase
public UpdateModelValuesPhase() 
 - 
 - 
Method Details