Class PreRenderViewEvent

    • Constructor Detail

      • PreRenderViewEvent

        public PreRenderViewEvent​(UIViewRoot root)

        Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

        Parameters:
        root - the UIViewRoot that is about to be rendered.
        Throws:
        IllegalArgumentException - if the argument is null.
      • PreRenderViewEvent

        public PreRenderViewEvent​(FacesContext facesContext,
                                  UIViewRoot root)

        Instantiate a new PreRenderViewEvent that indicates the argument root is about to be rendered.

        Parameters:
        facesContext - the Faces context.
        root - the UIViewRoot that is about to be rendered.
        Throws:
        IllegalArgumentException - if the argument is null.