|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object extended by java.util.EventObject extended by javax.servlet.ServletContextEvent extended by javax.servlet.ServletContextAttributeEvent
public class ServletContextAttributeEvent
This is the event class for notifications about changes to the attributes of the servlet context of a web application.
ServletContextAttributeListener
,
Serialized Form
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
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. |
Methods inherited from class javax.servlet.ServletContextEvent |
---|
getServletContext |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServletContextAttributeEvent(ServletContext source, String name, Object value)
Method Detail |
---|
public String getName()
public Object getValue()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Scripting on this page tracks web page traffic, but does not change the content in any way.