java.lang.Object | +--java.util.EventObject | +--javax.servlet.ServletRequestEvent
Events of this kind indicate lifecycle events for a ServletRequest. The source of the event is the ServletContext of this web application.
ServletRequestListener
, Serialized Form
source
ServletRequestEvent(ServletContext sc,
ServletRequest request)
getSource,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait
public ServletRequestEvent(ServletContext sc, ServletRequest request)
sc
- the ServletContext of the web applicationrequest
- the ServletRequest that is sending the eventpublic ServletRequest getServletRequest()
public ServletContext getServletContext()