public class ManagedAttributeListener
extends java.lang.Object
| Constructor and Description |
|---|
ManagedAttributeListener(ContextHandler context,
java.lang.String... managedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(ServletContextAttributeEvent event) |
void |
attributeRemoved(ServletContextAttributeEvent event) |
void |
attributeReplaced(ServletContextAttributeEvent event) |
void |
contextDestroyed(ServletContextEvent event) |
void |
contextInitialized(ServletContextEvent event) |
protected void |
updateBean(java.lang.String name,
java.lang.Object oldBean,
java.lang.Object newBean) |
public ManagedAttributeListener(ContextHandler context, java.lang.String... managedAttributes)
public void attributeReplaced(ServletContextAttributeEvent event)
public void attributeRemoved(ServletContextAttributeEvent event)
public void attributeAdded(ServletContextAttributeEvent event)
public void contextInitialized(ServletContextEvent event)
public void contextDestroyed(ServletContextEvent event)
protected void updateBean(java.lang.String name,
java.lang.Object oldBean,
java.lang.Object newBean)