public class ServletContextAttributeEvent extends ServletContextEvent
ServletContext changed.
The event source is defined as the source ServletContext.ServletContextAttributeListener,
Serialized Form source| Constructor and Description |
|---|
ServletContextAttributeEvent (ServletContext context,
java.lang.String name,
java.lang.Object value)
create the event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName () |
java.lang.Object |
getValue () |
getServletContext getSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ServletContextAttributeEvent(ServletContext context, java.lang.String name, java.lang.Object value)
public java.lang.String getName()
public java.lang.Object getValue()