public interface ServletRequestListener
extends java.util.EventListener
ServletContextEvent
Modifier and Type | Method and Description |
---|---|
void |
requestDestroyed(ServletRequestEvent sre)
Notification that the servlet request is about to go out of scope.
|
void |
requestInitialized(ServletRequestEvent sre)
Notification that the servlet request is about to go into scope.
|
void requestDestroyed(ServletRequestEvent sre)
void requestInitialized(ServletRequestEvent sre)