Liferay 6.2-ce-ga5

com.liferay.portal.kernel.servlet
Class SerializableSessionAttributeListener

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

public class SerializableSessionAttributeListener
extends Object
implements javax.servlet.http.HttpSessionAttributeListener


Constructor Summary
SerializableSessionAttributeListener()
           
 
Method Summary
 void attributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
 void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
 void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
           
static void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableSessionAttributeListener

public SerializableSessionAttributeListener()
Method Detail

initialize

public static void initialize()

attributeAdded

public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener

attributeRemoved

public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener

attributeReplaced

public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent httpSessionBindingEvent)
Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener

Liferay 6.2-ce-ga5