|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Implementations of this interface recieve notifications of changes to the attribute list on the servlet context of a web application. To recieve notification events, the implementation class must be configured in the deployment descriptor for the web application.
ServletContextAttributeEvent
メソッドの概要 | |
void |
attributeAdded(ServletContextAttributeEvent scab)
Notification that a new attribute was added to the servlet context. |
void |
attributeRemoved(ServletContextAttributeEvent scab)
Notification that an existing attribute has been remved from the servlet context. |
void |
attributeReplaced(ServletContextAttributeEvent scab)
Notification that an attribute on the servlet context has been replaced. |
メソッドの詳細 |
public void attributeAdded(ServletContextAttributeEvent scab)
public void attributeRemoved(ServletContextAttributeEvent scab)
public void attributeReplaced(ServletContextAttributeEvent scab)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |