public class ServletContextAttributeEvent extends ServletContextEvent
ServletContext
changed.
The event source is defined as the source ServletContext
.ServletContextAttributeListener
,
Serialized FormConstructor 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
public ServletContextAttributeEvent(ServletContext context, java.lang.String name, java.lang.Object value)