Class: javax.servlet.ServletRequestEvent
- public class ServletRequestEvent
- extends java.util.EventObject
Events of this kind indicate lifecycle
events for a ServletRequest.
The source of the event
is the ServletContext of this web application.
Inheritance
Superclass tree:- java.lang.Object
- java.util.EventObject
- javax.servlet.ServletRequestEvent
Methods
-
ServletRequestEventtop
public ServletRequestEvent(ServletContext sc, ServletRequest request)Construct a ServletRequestEvent for the given ServletContext and ServletRequest. -
getServletContexttop
public ServletContext getServletContext()Returns the ServletContext of this web application. -
getServletRequesttop
public ServletRequest getServletRequest()Returns the ServletRequest that is changing.
