Class LoggingSessionAttributeListener
java.lang.Object
org.wildfly.clustering.session.spec.container.servlet.LoggingSessionAttributeListener
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionAttributeListener
@WebListener
public class LoggingSessionAttributeListener
extends Object
implements javax.servlet.http.HttpSessionAttributeListener
Detects support (or lack thereof) for HttpSessionAttributeListener notifications in Spring Session.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattributeAdded(javax.servlet.http.HttpSessionBindingEvent event) voidattributeRemoved(javax.servlet.http.HttpSessionBindingEvent event) voidattributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
-
Constructor Details
-
LoggingSessionAttributeListener
public LoggingSessionAttributeListener()
-
-
Method Details
-
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event) - Specified by:
attributeAddedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event) - Specified by:
attributeRemovedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event) - Specified by:
attributeReplacedin interfacejavax.servlet.http.HttpSessionAttributeListener
-