com.liferay.portal.kernel.servlet
Class PortletSessionListenerManager

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

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

View Source

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

Author:
Olaf Fricke, Brian Wing Shun Chan

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