Liferay 6.0.5

com.liferay.portal.kernel.servlet
Class PortalClassLoaderServletContextListener

java.lang.Object
  extended by com.liferay.portal.kernel.util.BasePortalLifecycle
      extended by com.liferay.portal.kernel.servlet.PortalClassLoaderServletContextListener
All Implemented Interfaces:
PortalLifecycle, EventListener, javax.servlet.ServletContextListener
Direct Known Subclasses:
PortletContextLoaderListener

public abstract class PortalClassLoaderServletContextListener
extends BasePortalLifecycle
implements javax.servlet.ServletContextListener


Constructor Summary
PortalClassLoaderServletContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
           
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
           
protected  void doPortalDestroy()
           
protected  void doPortalInit()
           
protected abstract  javax.servlet.ServletContextListener getInstance()
           
 
Methods inherited from class com.liferay.portal.kernel.util.BasePortalLifecycle
portalDestroy, portalInit, registerPortalLifecycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalClassLoaderServletContextListener

public PortalClassLoaderServletContextListener()
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

getInstance

protected abstract javax.servlet.ServletContextListener getInstance()
                                                             throws Exception
Throws:
Exception

Liferay 6.0.5