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.LifecycleListener
public void containerEvent(org.apache.catalina.ContainerEvent event)
containerEvent
in interface org.apache.catalina.ContainerListener
public void start()
public void stop()
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
public void attributeAdded(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeAdded
in interface javax.servlet.ServletContextAttributeListener
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeRemoved
in interface javax.servlet.ServletContextAttributeListener
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent servletContextAttributeEvent)
attributeReplaced
in interface javax.servlet.ServletContextAttributeListener
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.