public interface ServletContextListener extends EventListener
ServletContextEvent
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent sce)
Notification that the servlet context is about to be shut down.
|
void |
contextInitialized(ServletContextEvent sce)
Notification that the web application initialization process is starting.
|
void contextInitialized(ServletContextEvent sce)
sce
- Information about the ServletContext that was initializedvoid contextDestroyed(ServletContextEvent sce)
sce
- Information about the ServletContext that was destroyedCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.