javax.servlet
public class: ServletContextEvent [javadoc |
source]
java.lang.Object
java.util.EventObject
javax.servlet.ServletContextEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServletContextAttributeEvent
This is the event class for notifications about changes to
the servlet context of a web application.
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.servlet.ServletContextEvent Detail: |
public ServletContext getServletContext() {
return (ServletContext) super.getSource();
}
Return the ServletContext that changed. |