Class RenderResponsePhase

java.lang.Object
com.sun.faces.lifecycle.Phase
com.sun.faces.lifecycle.RenderResponsePhase

public class RenderResponsePhase extends Phase
Lifetime And Scope

Same lifetime and scope as DefaultLifecycleImpl.

  • Constructor Details

    • RenderResponsePhase

      public RenderResponsePhase()
  • Method Details

    • 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
    • getId

      public PhaseId getId()
      Specified by:
      getId in class Phase
      Returns:
      the current Lifecycle Phase identifier.