Class LoggingSessionListener
java.lang.Object
org.wildfly.clustering.session.spec.container.servlet.LoggingSessionListener
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener,EventListener
@WebListener
public class LoggingSessionListener
extends Object
implements jakarta.servlet.http.HttpSessionListener
Detects support (or lack thereof) for HttpSessionListener notifications in Spring Session.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionCreated(jakarta.servlet.http.HttpSessionEvent event) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)
-
Constructor Details
-
LoggingSessionListener
public LoggingSessionListener()
-
-
Method Details
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent event) - Specified by:
sessionCreatedin interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event) - Specified by:
sessionDestroyedin interfacejakarta.servlet.http.HttpSessionListener
-