portal.http
Class PortalHttpSessionAttributeListener
java.lang.Object
portal.http.PortalHttpSessionAttributeListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionAttributeListener
- public class PortalHttpSessionAttributeListener
- extends java.lang.Object
- implements javax.servlet.http.HttpSessionAttributeListener
Logs whenever a session attribute is changed.
Good for debugging to understand what gets stored in sessions.
- Version:
- $Revision: 1.2 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalHttpSessionAttributeListener
public PortalHttpSessionAttributeListener()
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener
- See Also:
HttpSessionAttributeListener.attributeAdded(javax.servlet.http.HttpSessionBindingEvent)
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener
- See Also:
HttpSessionAttributeListener.attributeRemoved(javax.servlet.http.HttpSessionBindingEvent)
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener
- See Also:
HttpSessionAttributeListener.attributeReplaced(javax.servlet.http.HttpSessionBindingEvent)