public interface ServletRequestListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
requestDestroyed(ServletRequestEvent event)
Callback when a ServletRequest goes out of scope
|
void |
requestInitialized(ServletRequestEvent event)
Callback when a ServletRequest comes into scope
|
void requestInitialized(ServletRequestEvent event)
event - the event for the context initializationvoid requestDestroyed(ServletRequestEvent event)
event - the event for the context destruction