Liferay 6.0-ee

com.liferay.portal.kernel.servlet
Class PortletContextListener

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

public class PortletContextListener
extends BasePortalLifecycle
implements javax.servlet.ServletContextListener


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.util.PortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
 
Constructor Summary
PortletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
           
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
           
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

PortletContextListener

public PortletContextListener()
Method Detail

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

doPortalDestroy

protected void doPortalDestroy()
Specified by:
doPortalDestroy in class BasePortalLifecycle

doPortalInit

protected void doPortalInit()
Specified by:
doPortalInit in class BasePortalLifecycle

Liferay 6.0-ee