public class ServletRequestAttributeEvent extends ServletRequestEvent
| Constructor and Description |
|---|
ServletRequestAttributeEvent(ServletContext application,
ServletRequest request,
java.lang.String name,
java.lang.Object value)
Creates a ServletContextAttributeEvent for the changed application.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the name of the attribute that changed.
|
java.lang.Object |
getValue()
Returns the value of the attribute that changed.
|
getServletContext, getServletRequestpublic ServletRequestAttributeEvent(ServletContext application, ServletRequest request, java.lang.String name, java.lang.Object value)
application - the servlet context that has changed.request - the request context that has changed.name - the name of the attribute that changedvalue - the value of the attribute that changed