Liferay 6.0.5

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 addListener(javax.servlet.http.HttpSessionListener listener)
           
static void removeListener(javax.servlet.http.HttpSessionListener listener)
           
 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
 

Constructor Detail

PortletSessionListenerManager

public PortletSessionListenerManager()
Method Detail

addListener

public static void addListener(javax.servlet.http.HttpSessionListener listener)

removeListener

public static void removeListener(javax.servlet.http.HttpSessionListener listener)

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

Liferay 6.0.5