インターフェースの使用
jakarta.el.ELContextListener
ELContextListener を使用するパッケージ パッケージ 説明 jakarta.faces.application jakarta.servlet.jsp jakarta.faces.application 内の ELContextListener 使用
ELContextListener を返す jakarta.faces.application のメソッド 修飾子と型 メソッド 説明 ELContextListener[]
Application. getELContextListeners()
Application.addELContextListener(jakarta.el.ELContextListener)
が呼び出されていない場合、このメソッドは空の配列を返す必要があります。ELContextListener[]
ApplicationWrapper. getELContextListeners()
このメソッドのデフォルトの動作は、ラップされたApplication
オブジェクトでApplication.getELContextListeners()
を呼び出すことです。型 ELContextListener のパラメーターを持つ jakarta.faces.application のメソッド 修飾子と型 メソッド 説明 void
Application. addELContextListener(ELContextListener listener)
Faces アプリケーションがELContext
インスタンスの作成時に通知されるELContextListener
を登録する方法を提供します。void
ApplicationWrapper. addELContextListener(ELContextListener listener)
このメソッドのデフォルトの動作は、ラップされたApplication
オブジェクトでApplication.addELContextListener(jakarta.el.ELContextListener)
を呼び出すことです。void
Application. removeELContextListener(ELContextListener listener)
ELContextListener
のリストから引数listener
を削除します。void
ApplicationWrapper. removeELContextListener(ELContextListener listener)
このメソッドのデフォルトの動作は、ラップされたApplication
オブジェクトでApplication.removeELContextListener(jakarta.el.ELContextListener)
を呼び出すことです。jakarta.servlet.jsp 内の ELContextListener 使用
型 ELContextListener のパラメーターを持つ jakarta.servlet.jsp のメソッド 修飾子と型 メソッド 説明 void
JspApplicationContext. addELContextListener(ELContextListener listener)
新しいELContext
が作成されるたびにコンテキストオブジェクトを追加できるように、ELContextListener
を登録します。