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
- event containing requestvoid requestInitialized(ServletRequestEvent sre)
sre
- event containing requestCopyright © 2013. All rights reserved.