public class ContextLifecycleListener extends Object implements org.apache.catalina.LifecycleListener, javax.servlet.ServletContextAttributeListener
| 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 |
lifecycleEvent(org.apache.catalina.LifecycleEvent event) |
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
lifecycleEvent in interface org.apache.catalina.LifecycleListenerpublic 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–2018 The Apache Software Foundation. All rights reserved.