|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletRequestBindingListener
Objects implementing the ServletRequestBindingListener
interface will be notified when they are bound to or unbound from a request.
The object is notified by the ServletRequestBindingEvent
event.
| Method Summary | |
|---|---|
void |
valueBound(ServletRequestBindingEvent event)
Notifies the object that it is being bound to a request. |
void |
valueUnbound(ServletRequestBindingEvent event)
Notifies the object that it is being unbound from a request. |
| Method Detail |
|---|
void valueBound(ServletRequestBindingEvent event)
event - the binding event.void valueUnbound(ServletRequestBindingEvent event)
event - the binding event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||