public class ServletRequestEvent
extends java.util.EventObject
ServletContext
.
The event source is defined as the source ServletContext
.source
Constructor and Description |
---|
ServletRequestEvent (ServletContext context,
ServletRequest request)
create the event.
|
Modifier and Type | Method and Description |
---|---|
ServletRequest |
getRequest () |
ServletContext |
getServletContext () |
getSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ServletRequestEvent(ServletContext context, ServletRequest request)
public ServletRequest getRequest()
public ServletContext getServletContext()