Example usage for Java javax.servlet ServletRequestListener fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |