Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class PortletSessionListenerManager

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortletSessionListenerManager
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class PortletSessionListenerManager
extends Object
implements javax.servlet.http.HttpSessionListener

See http://issues.liferay.com/browse/LEP-2299.


Constructor Summary
PortletSessionListenerManager()
           
 
Method Summary
static void addHttpSessionListener(javax.servlet.http.HttpSessionListener httpSessionListener)
           
protected  javax.servlet.http.HttpSessionEvent getHttpSessionEvent(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
static void removeHttpSessionListener(javax.servlet.http.HttpSessionListener httpSessionListener)
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSessionListenerManager

public PortletSessionListenerManager()
Method Detail

addHttpSessionListener

public static void addHttpSessionListener(javax.servlet.http.HttpSessionListener httpSessionListener)

removeHttpSessionListener

public static void removeHttpSessionListener(javax.servlet.http.HttpSessionListener httpSessionListener)

sessionCreated

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

sessionDestroyed

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

getHttpSessionEvent

protected javax.servlet.http.HttpSessionEvent getHttpSessionEvent(javax.servlet.http.HttpSessionEvent httpSessionEvent)

Liferay 6.1.2-ce-ga3