Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class SerializableSessionAttributeListener

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

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


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.util.PortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
 
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)
           
protected  void doPortalDestroy()
           
protected  void doPortalInit()
           
 
Methods inherited from class com.liferay.portal.kernel.util.BasePortalLifecycle
portalDestroy, portalInit, registerPortalLifecycle, registerPortalLifecycle
 
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

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

doPortalDestroy

protected void doPortalDestroy()
                        throws Exception
Specified by:
doPortalDestroy in class BasePortalLifecycle
Throws:
Exception

doPortalInit

protected void doPortalInit()
                     throws Exception
Specified by:
doPortalInit in class BasePortalLifecycle
Throws:
Exception

Liferay 6.1.2-ce-ga3