Class 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 Detail

      • ApplyRequestValuesPhase

        public ApplyRequestValuesPhase()
    • 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