Class RenderResponsePhase


  • public class RenderResponsePhase
    extends Phase
    Lifetime And Scope

    Same lifetime and scope as DefaultLifecycleImpl.

    • Constructor Detail

      • RenderResponsePhase

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