- java.lang.Object
-
- org.jboss.cdi.tck.tests.context.session.IntrospectHttpSessionListener
-
- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionListener
@WebListener
public class IntrospectHttpSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener
Just to verify session context is destroyed after HttpSessionListener is called.
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2008-2013 Seam Framework. All Rights Reserved.