Class HttpSessionListenerImpl

  • All Implemented Interfaces:
    EventListener, javax.servlet.http.HttpSessionListener

    @WebListener
    public class HttpSessionListenerImpl
    extends Object
    implements javax.servlet.http.HttpSessionListener
    Session configuration.
    • Constructor Detail

      • HttpSessionListenerImpl

        public HttpSessionListenerImpl()
    • Method Detail

      • sessionCreated

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

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