Package org.eclipse.jetty.server.session
Class TestHttpSessionListenerWithWebappClasses
- java.lang.Object
-
- org.eclipse.jetty.server.session.TestHttpSessionListener
-
- org.eclipse.jetty.server.session.TestHttpSessionListenerWithWebappClasses
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.http.HttpSessionListener
public class TestHttpSessionListenerWithWebappClasses extends TestHttpSessionListener
TestHttpSessionListenerWithWebappClasses A session listener class that checks that sessionDestroyed events can reference classes known only to the webapp, ie that the calling thread has been correctly annointed with the webapp loader.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.server.session.TestHttpSessionListener
accessAttribute, createdSessions, destroyedSessions, ex
-
-
Constructor Summary
Constructors Constructor Description TestHttpSessionListenerWithWebappClasses()TestHttpSessionListenerWithWebappClasses(boolean access)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionDestroyed(javax.servlet.http.HttpSessionEvent se)-
Methods inherited from class org.eclipse.jetty.server.session.TestHttpSessionListener
sessionCreated
-
-
-
-
Method Detail
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener- Overrides:
sessionDestroyedin classTestHttpSessionListener
-
-