| Package | Description |
|---|---|
| javax.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletRequestAttributeEvent
This is the event class for notifications about changes to the
attributes of the servlet request of a web application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServletRequestListener.requestDestroyed(ServletRequestEvent sre)
Notification that the servlet request is about to go out of scope.
|
void |
ServletRequestListener.requestInitialized(ServletRequestEvent sre)
Notification that the servlet request is about to go into scope.
|
Copyright © 2013. All Rights Reserved.