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 SummaryConstructors
- 
Method SummaryModifier 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.PhasedoPhase, handleAfterPhase, handleBeforePhase, queueException, queueException
- 
Constructor Details- 
UpdateModelValuesPhasepublic UpdateModelValuesPhase()
 
- 
- 
Method Details