Class SerializableSessionAttributeListener
Object
com.liferay.portal.kernel.servlet.SerializableSessionAttributeListener
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionAttributeListener
public class SerializableSessionAttributeListener
extends Object
implements javax.servlet.http.HttpSessionAttributeListener
- Author:
- Bruno Farache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) voidattributeRemoved(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) voidattributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
-
Constructor Details
-
SerializableSessionAttributeListener
public SerializableSessionAttributeListener()
-
-
Method Details
-
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) - Specified by:
attributeAddedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) - Specified by:
attributeRemovedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent) - Specified by:
attributeReplacedin interfacejavax.servlet.http.HttpSessionAttributeListener
-