Example usage for Java javax.servlet ServletContextListener fields, constructors, methods, implement or subclass
The text is from its open source code.
void | contextDestroyed(ServletContextEvent sce) Receives notification that the ServletContext is about to be shut down. |
void | contextInitialized(ServletContextEvent sce) Receives notification that the web application initialization process is starting. |
Class> | getClass() Returns the runtime class of this Object . |