站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

HttpSessionEvents - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.portlet.jsr168.tck.portletsession
Class HttpSessionEvents

java.lang.Object
  extended byorg.jboss.portal.test.portlet.jsr168.tck.portletsession.HttpSessionEvents
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionListener

public class HttpSessionEvents
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener

Version:
$Revision: 5448 $
Author:
Julien Viet

Nested Class Summary
static class HttpSessionEvents.Event
           
 
Field Summary
static java.lang.ThreadLocal threadLocal
           
 
Constructor Summary
HttpSessionEvents()
           
 
Method Summary
static void activate()
           
static void desactivate()
           
static java.util.List getEvents()
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadLocal

public static final java.lang.ThreadLocal threadLocal
Constructor Detail

HttpSessionEvents

public HttpSessionEvents()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

getEvents

public static java.util.List getEvents()

activate

public static void activate()

desactivate

public static void desactivate()