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