public class LensServletContextListener extends Object implements javax.servlet.ServletContextListener
Constructor and Description |
---|
LensServletContextListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce)
* Notification that the servlet context is about to be shut down.
|
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
* Notification that the web application initialization * process is starting.
|
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
sce
- the scepublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
sce
- the sceCopyright © 2014–2018 Apache Software Foundation. All rights reserved.