Methods of HttpSessionAttributeListener interface
- void attributeAdded(HttpSessionBindingEvent event): Receives notification that an attribute has been added to a session.
- void attributeRemoved(HttpSessionBindingEvent event): Receives notification that an attribute has been removed from a session.
- void attributeReplaced(HttpSessionBindingEvent event): Receives notification that an attribute has been replaced in a session.
No comments:
Post a Comment