java.util.EventListener, ServletContextAttributeListener, ServletContextListenerpublic class ManagedAttributeListener extends java.lang.Object implements ServletContextListener, ServletContextAttributeListener
| Constructor | Description |
|---|---|
ManagedAttributeListener(ContextHandler context,
java.lang.String... managedAttributes) |
| Modifier and Type | Method | 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)
attributeReplaced in interface ServletContextAttributeListenerpublic void attributeRemoved(ServletContextAttributeEvent event)
attributeRemoved in interface ServletContextAttributeListenerpublic void attributeAdded(ServletContextAttributeEvent event)
attributeAdded in interface ServletContextAttributeListenerpublic void contextInitialized(ServletContextEvent event)
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent event)
contextDestroyed in interface ServletContextListenerprotected void updateBean(java.lang.String name,
java.lang.Object oldBean,
java.lang.Object newBean)
Copyright © 1995–2018 Webtide. All rights reserved.