|
Mergedoc Translation |
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface ServletContextAttributeListener
このインタフェースをもとに、Web アプリケーションにある Servlet コンテキストが保持している属性リストの変更に関する通知を受け取る処理を実装していきます。 通知したイベントを受け取るには、実装したクラス名を Web アプリケーションの配備記述子として設定しなければいけません。
ServletContextAttributeEvent| メソッドの概要 | |
|---|---|
void |
attributeAdded(ServletContextAttributeEvent scab)
Servlet コンテキストに新しい属性が追加されたことを通知します。 |
void |
attributeRemoved(ServletContextAttributeEvent scab)
Servlet コンテキストから既存の属性が削除されたことを通知します。 |
void |
attributeReplaced(ServletContextAttributeEvent scab)
Servlet コンテキストに保持されている属性が別の属性に置換されたことを通知します。 |
| メソッドの詳細 |
|---|
void attributeAdded(ServletContextAttributeEvent scab)
void attributeRemoved(ServletContextAttributeEvent scab)
void attributeReplaced(ServletContextAttributeEvent scab)
|
Mergedoc Translation |
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||