Constructor of ServletRequestEvent Class
- public ServletRequestEvent(ServletContext sc, ServletRequest request)
- public ServletRequest getServletRequest(): Returns the ServletRequest that is changing.
- public ServletContext getServletContext(): Returns the ServletContext of this web application.
- void requestDestroyed(ServletRequestEvent sre): Receives notification that a ServletRequest is about to go out of scope of the web application.
- void requestInitialized(ServletRequestEvent sre): Receives notification that a ServletRequest is about to come into scope of the web application.
No comments:
Post a Comment