javax.servlet
public class ServletContextAttributeEvent extends ServletContextEvent
Since: Servlet 2.3
Version: $Rev: 46019 $ $Date: 2005/03/15 10:03:20 $
See Also: ServletContextAttributeListener
Constructor Summary | |
---|---|
ServletContextAttributeEvent(ServletContext source, String name, Object value)
Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value. |
Method Summary | |
---|---|
String | getName()
Return the name of the attribute that changed on the ServletContext. |
Object | getValue()
Returns the value of the attribute that has been added, removed, or replaced.
|