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)
void requestInitialized(ServletRequestEvent sre)
Copyright © 2023 JBoss by Red Hat. All rights reserved.