public final class ContextListener extends Object implements javax.servlet.ServletContextAttributeListener, javax.servlet.ServletContextListener
| Constructor and Description |
|---|
ContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(javax.servlet.ServletContextAttributeEvent event)
Record the fact that a servlet context attribute was added.
|
void |
attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
Record the fact that a servlet context attribute was removed.
|
void |
attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
Record the fact that a servlet context attribute was replaced.
|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Record the fact that this web application has been destroyed.
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Record the fact that this web application has been initialized.
|
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
attributeAdded in interface javax.servlet.ServletContextAttributeListenerevent - The servlet context attribute eventpublic void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
attributeRemoved in interface javax.servlet.ServletContextAttributeListenerevent - The servlet context attribute eventpublic void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
attributeReplaced in interface javax.servlet.ServletContextAttributeListenerevent - The servlet context attribute eventpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListenerevent - The servlet context eventpublic void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerevent - The servlet context eventCopyright © 2015 WSO2 Inc. All rights reserved.