public class CacheContextListener extends Object implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
CacheContextListener()
Public constructor taking no arguments according to servlet spec
|
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce)
This is called when the context is shutdown.
|
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
This is called when the context is created.
|
public CacheContextListener()
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2017. All rights reserved.