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 Details

    • SerializableSessionAttributeListener

      public SerializableSessionAttributeListener()
  • Method Details

    • attributeAdded

      public void attributeAdded(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeAdded in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeRemoved

      public void attributeRemoved(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeRemoved in interface jakarta.servlet.http.HttpSessionAttributeListener
    • attributeReplaced

      public void attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
      Specified by:
      attributeReplaced in interface jakarta.servlet.http.HttpSessionAttributeListener