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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ServletRequestEvent(ServletContext context, ServletRequest request)
public ServletRequest getRequest()
public ServletContext getServletContext()