パッケージ jakarta.faces.event

クラス PreRenderComponentEvent

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

      • PreRenderComponentEvent

        public PreRenderComponentEvent​(UIComponent component)

        引数 component がレンダリングされようとしていることを示す新しい PreRenderComponentEvent をインスタンス化します。

        パラメーター:
        component - レンダリングされる UIComponent 
        例外:
        IllegalArgumentExceptionSE - 引数が null の場合。
      • PreRenderComponentEvent

        public PreRenderComponentEvent​(FacesContext facesContext,
                                       UIComponent component)

        引数 component がレンダリングされようとしていることを示す新しい PreRenderComponentEvent をインスタンス化します。

        パラメーター:
        facesContext - Faces コンテキスト。
        component - レンダリングされる UIComponent 
        例外:
        IllegalArgumentExceptionSE - 引数が null の場合。