java.util.EventListener
public interface ServletContextListener
extends java.util.EventListener
ServletContextEvent
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.