javax.servlet
public interface ServletRequestAttributeListener extends EventListener
Since: Servlet 2.4
Version: $Revision: 1.3 $ $Date: 2004/09/23 08:05:18 $
Method Summary | |
---|---|
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 on the servlet request has been
replaced. |