Class ProcessValidationsPhase


  • public class ProcessValidationsPhase
    extends Phase
    ProcessValidationsPhase executes processValidators on each component in the tree.
    • Constructor Detail

      • ProcessValidationsPhase

        public ProcessValidationsPhase()
    • Method Detail

      • execute

        public void execute​(FacesContext facesContext)
                     throws FacesException
        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
        Throws:
        FacesException - if a processing error occurred while executing this phase