public class ServletRequestEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ServletRequestEvent(ServletContext application,
ServletRequest request)
Creates a ServletRequestEvent from the changed application.
|
| Modifier and Type | Method and Description |
|---|---|
ServletContext |
getServletContext()
Returns the ServletContext that changed.
|
ServletRequest |
getServletRequest()
Returns the ServletRequest that changed.
|
public ServletRequestEvent(ServletContext application, ServletRequest request)
application - the servlet context that has changed.request - the servlet request that has changed.public ServletContext getServletContext()
public ServletRequest getServletRequest()