ServletRequestAttributeEvent
public class ServletRequestEvent
extends java.util.EventObject
ServletRequestListener
,
Serialized FormConstructor | Description |
---|---|
ServletRequestEvent(ServletContext sc,
ServletRequest request) |
Construct a ServletRequestEvent for the given ServletContext and
ServletRequest.
|
Modifier and Type | Method | Description |
---|---|---|
ServletContext |
getServletContext() |
Get the associated ServletContext.
|
ServletRequest |
getServletRequest() |
Get the associated ServletRequest.
|
public ServletRequestEvent(ServletContext sc, ServletRequest request)
sc
- the ServletContext of the web application.request
- the ServletRequest that is sending the event.public ServletRequest getServletRequest()
public ServletContext getServletContext()
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.