Class HttpSessionListenerImpl

java.lang.Object
de.digitalcollections.cudami.admin.listener.HttpSessionListenerImpl
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionListener

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

    Constructors
    Constructor Description
    HttpSessionListenerImpl()  
  • Method Summary

    Modifier and Type Method Description
    void sessionCreated​(javax.servlet.http.HttpSessionEvent event)  
    void sessionDestroyed​(javax.servlet.http.HttpSessionEvent event)  

    Methods inherited from class java.lang.Object

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

    • HttpSessionListenerImpl

      public HttpSessionListenerImpl()
  • Method Details

    • 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