パッケージ jakarta.faces.event

クラス PostRenderViewEvent

    • コンストラクターの詳細

      • PostRenderViewEvent

        public PostRenderViewEvent​(UIViewRoot root)

        引数 root がちょうどレンダリングされたことを示す新しい PostRenderViewEvent をインスタンス化します。

        パラメーター:
        root - レンダリングされたばかりの UIViewRoot 
        例外:
        IllegalArgumentExceptionSE - 引数が null の場合。
      • PostRenderViewEvent

        public PostRenderViewEvent​(FacesContext facesContext,
                                   UIViewRoot root)

        引数 root がちょうどレンダリングされたことを示す新しい PostRenderViewEvent をインスタンス化します。

        パラメーター:
        facesContext - Faces コンテキスト。
        root - レンダリングされたばかりの UIViewRoot 
        例外:
        IllegalArgumentExceptionSE - 引数が null の場合。