Example usage for Java javax.servlet ServletContextEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
ServletContextEvent(ServletContext source) Construct a ServletContextEvent from the given context. |
ServletContext | getServletContext() Return the ServletContext that changed. |
Object | getSource() The object on which the Event initially occurred. |