パッケージ jakarta.faces.event

クラス ExceptionQueuedEvent

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

      • ExceptionQueuedEvent

        public ExceptionQueuedEvent​(ExceptionQueuedEventContext eventContext)

        引数 ExceptionQueuedEventContext が発生したことを示す新しい ExceptionQueuedEvent をインスタンス化します。

        パラメーター:
        eventContext - この ExceptionQueuedEvent をコンテキスト化する ExceptionQueuedEventContext 
        導入:
        2.0
      • ExceptionQueuedEvent

        public ExceptionQueuedEvent​(FacesContext facesContext,
                                    ExceptionQueuedEventContext eventContext)

        引数 ExceptionQueuedEventContext が発生したことを示す新しい ExceptionQueuedEvent をインスタンス化します。

        パラメーター:
        facesContext - Faces コンテキスト。
        eventContext - この ExceptionQueuedEvent をコンテキスト化する ExceptionQueuedEventContext 
        導入:
        2.0
    • メソッドの詳細

      • getContext

        public ExceptionQueuedEventContext getContext()

        このイベントインスタンスの ExceptionQueuedEventContext を返します。

        戻り値:
        コンテキスト
        導入:
        2.0