java.util.EventListener
public interface ServletRequestListener
extends java.util.EventListener
Modifier and Type | Method | 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-2016 The Apache Software Foundation. All Rights Reserved.