com.liferay.portal.kernel.servlet
Class PortletSessionTracker

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortletSessionTracker
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

public class PortletSessionTracker
extends java.lang.Object
implements javax.servlet.http.HttpSessionBindingListener, java.io.Serializable

View Source

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

Author:
Rudy Hilado
See Also:
Serialized Form

Method Summary
static void add(javax.servlet.http.HttpSession session)
           
static javax.servlet.http.HttpSessionBindingListener getInstance()
           
static void invalidate(java.lang.String sessionId)
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public static void add(javax.servlet.http.HttpSession session)

getInstance

public static javax.servlet.http.HttpSessionBindingListener getInstance()

invalidate

public static void invalidate(java.lang.String sessionId)

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener