public class ServletContextAttributeEvent extends ServletContextEvent
ServletContextAttributeListener,
Serialized Formsource| Constructor and Description |
|---|
ServletContextAttributeEvent(ServletContext source,
String name,
Object value)
Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getServletContextgetSource, toStringpublic ServletContextAttributeEvent(ServletContext source, String name, Object value)
public String getName()
public Object getValue()
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.