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