Class PostRenderViewEvent

    • Constructor Detail

      • PostRenderViewEvent

        public PostRenderViewEvent​(UIViewRoot root)

        Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.

        Parameters:
        root - the UIViewRoot that has just been rendered.
        Throws:
        IllegalArgumentException - if the argument is null.
      • PostRenderViewEvent

        public PostRenderViewEvent​(FacesContext facesContext,
                                   UIViewRoot root)

        Instantiate a new PostRenderViewEvent that indicates the argument root has just been rendered.

        Parameters:
        facesContext - the Faces context.
        root - the UIViewRoot that has just been rendered.
        Throws:
        IllegalArgumentException - if the argument is null.