|
JSP Scope Listener
This sample illustrates using a JspScopeListener to
allow JSP objects attached to scope to be notified when they
are going "out of scope".
The scope could be page, request, session and application.
This function is a generalization of HttpSessionBindingListener.
|