Class LoggingSessionAttributeListener

java.lang.Object
org.wildfly.clustering.session.container.servlet.LoggingSessionAttributeListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionAttributeListener, EventListener

@WebListener public class LoggingSessionAttributeListener extends Object implements jakarta.servlet.http.HttpSessionAttributeListener
Detects support (or lack thereof) for HttpSessionAttributeListener notifications in Spring Session.
Author:
Paul Ferraro
  • Constructor Details

    • LoggingSessionAttributeListener

      public LoggingSessionAttributeListener()
  • Method Details

    • attributeAdded

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

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

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