Class UpdateModelValuesPhase


  • public class UpdateModelValuesPhase
    extends Phase
    UpdateModelValuesPhase executes processUpdates on each component in the tree so that it may have a chance to update its model value.
    • Constructor Detail

      • UpdateModelValuesPhase

        public UpdateModelValuesPhase()
    • Method Detail

      • execute

        public void execute​(FacesContext facesContext)
        Description copied from class: Phase

        Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.

        Specified by:
        execute in class Phase
        Parameters:
        facesContext - FacesContext for the current request being processed