java.util.EventListenerpublic interface ServletRequestAttributeListener
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
attributeAdded(ServletRequestAttributeEvent srae) |
Notification that a new attribute was added to the
servlet request.
|
void |
attributeRemoved(ServletRequestAttributeEvent srae) |
Notification that an existing attribute has been removed from the
servlet request.
|
void |
attributeReplaced(ServletRequestAttributeEvent srae) |
Notification that an attribute was replaced on the
servlet request.
|
void attributeAdded(ServletRequestAttributeEvent srae)
srae - Information about the new request attributevoid attributeRemoved(ServletRequestAttributeEvent srae)
srae - Information about the removed request attributevoid attributeReplaced(ServletRequestAttributeEvent srae)
srae - Information about the replaced request attributeCopyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.