JavaScript is disabled on your browser.
javax.servlet
Class ServletRequestAttributeEvent
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.lang.String |
getName () |
java.lang.Object |
getValue () |
-
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
-
ServletRequestAttributeEvent
public ServletRequestAttributeEvent(ServletContext context,
ServletRequest request,
java.lang.String name,
java.lang.Object value)
create the event.