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 voidsessionCreated(javax.servlet.http.HttpSessionEvent event)voidsessionDestroyed(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:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-