public interface ServletRequestListener extends EventListener
| Modifier and Type | Method and Description | 
|---|---|
| void | requestDestroyed(ServletRequestEvent sre)The request is about to go out of scope of the web application. | 
| void | requestInitialized(ServletRequestEvent sre)The request is about to come into scope of the web application. | 
void requestDestroyed(ServletRequestEvent sre)
sre - Information about the requestvoid requestInitialized(ServletRequestEvent sre)
sre - Information about the requestCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.