javax.servlet
public class ServletRequestEvent extends EventObject
Since: Servlet2.4
Version: $Rev: 46019 $ $Date: 2005/03/15 10:03:20 $
Constructor Summary | |
---|---|
ServletRequestEvent(ServletContext sc, ServletRequest request)
Construct a ServletRequestEvent from the given context.
|
Method Summary | |
---|---|
ServletContext | getServletContext()
Return the ServletContext that changed.
|
ServletRequest | getServletRequest()
Return the ServletRequest that changed.
|
Parameters: sc the ServletContext of the web application. request the ServletRequest that is sending the event.
Returns: the ServletContext of the web application.
Returns: the ServletRequest that sent the event.