|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletRequestAttributeListener
Interface for a listener receiving events when any of the ServletRequest attributes change.
| Method Summary | |
|---|---|
void |
attributeAdded(ServletRequestAttributeEvent event)
Callback when a ServletRequest attribute is added. |
void |
attributeRemoved(ServletRequestAttributeEvent event)
Callback when a ServletRequest attribute is removed. |
void |
attributeReplaced(ServletRequestAttributeEvent event)
Callback when a ServletRequest attribute is replaced. |
| Method Detail |
|---|
void attributeAdded(ServletRequestAttributeEvent event)
event - the event for the added attribute event.void attributeRemoved(ServletRequestAttributeEvent event)
event - the event for the removed attribute event.void attributeReplaced(ServletRequestAttributeEvent event)
event - the event for the replaced attribute event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||