|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.
ServletContextAttributeEventClass-Level Live Code Examples:
Code examples whose scope spans several methods in this interface belong here. Code examples that illustrate how to use specific methods are found in the Method Detail section below.
| Method Summary | |
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. |
| Method Detail |
public void attributeAdded(ServletContextAttributeEvent scab)
public void attributeRemoved(ServletContextAttributeEvent scab)
public void attributeReplaced(ServletContextAttributeEvent scab)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||