public class ContextLifecycleListener extends Object implements PropertyChangeListener, org.apache.catalina.LifecycleListener, org.apache.catalina.ContainerListener, javax.servlet.ServletContextAttributeListener
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextLifecycleListener.MoniterableHashMap |
protected static class |
ContextLifecycleListener.PrivilegedActionForAccessibleObject |
protected static class |
ContextLifecycleListener.PrivilegedActionForClass |
| Constructor and Description |
|---|
ContextLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent) |
void |
attributeRemoved(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent) |
void |
attributeReplaced(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent) |
void |
containerEvent(org.apache.catalina.ContainerEvent event) |
void |
lifecycleEvent(org.apache.catalina.LifecycleEvent event) |
void |
propertyChange(PropertyChangeEvent event) |
void |
start() |
void |
stop() |
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
lifecycleEvent in interface org.apache.catalina.LifecycleListenerpublic void containerEvent(org.apache.catalina.ContainerEvent event)
containerEvent in interface org.apache.catalina.ContainerListenerpublic void start()
public void stop()
public void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerpublic void attributeAdded(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeAdded in interface javax.servlet.ServletContextAttributeListenerpublic void attributeRemoved(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeRemoved in interface javax.servlet.ServletContextAttributeListenerpublic void attributeReplaced(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeReplaced in interface javax.servlet.ServletContextAttributeListenerCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.