Example usage for Java javax.servlet ServletRequestEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
ServletRequestEvent(ServletContext sc, ServletRequest request) Construct a ServletRequestEvent for the given ServletContext and ServletRequest. |
ServletContext | getServletContext() Returns the ServletContext of this web application. |
ServletRequest | getServletRequest() Returns the ServletRequest that is changing. |