Package org.eclipse.jetty.server.session
Class TestHttpSessionListener
- java.lang.Object
-
- org.eclipse.jetty.server.session.TestHttpSessionListener
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.http.HttpSessionListener
- Direct Known Subclasses:
TestHttpSessionListenerWithWebappClasses
public class TestHttpSessionListener extends java.lang.Object implements javax.servlet.http.HttpSessionListenerTestSessionListener
-
-
Field Summary
Fields Modifier and Type Field Description booleanaccessAttributejava.util.List<java.lang.String>createdSessionsjava.util.List<java.lang.String>destroyedSessionsjava.lang.Exceptionex
-
Constructor Summary
Constructors Constructor Description TestHttpSessionListener()TestHttpSessionListener(boolean access)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(javax.servlet.http.HttpSessionEvent se)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent se)
-
-
-
Method Detail
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
-