Class SessionSupport

  • All Implemented Interfaces:
    jakarta.servlet.http.HttpSessionListener, java.util.EventListener

    public class SessionSupport
    extends java.lang.Object
    implements jakarta.servlet.http.HttpSessionListener
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionSupport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sessionCreated​(jakarta.servlet.http.HttpSessionEvent se)  
      void sessionDestroyed​(jakarta.servlet.http.HttpSessionEvent se)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionSupport

        public SessionSupport()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionCreated in interface jakarta.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(jakarta.servlet.http.HttpSessionEvent se)
        Specified by:
        sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener