org.jboss.cdi.tck.tests.context.session
Class IntrospectHttpSessionListener
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrospectHttpSessionListener
public IntrospectHttpSessionListener()
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener
Copyright © 2008-2013 Seam Framework. All Rights Reserved.