com.liferay.portal.kernel.util
Class BasePortalLifecycle

java.lang.Object
  extended by com.liferay.portal.kernel.util.BasePortalLifecycle
All Implemented Interfaces:
PortalLifecycle
Direct Known Subclasses:
PortalClassLoaderFilter, PortalClassLoaderServletContextListener, PortletContextListener

public abstract class BasePortalLifecycle
extends java.lang.Object
implements PortalLifecycle

Author:
Brian Wing Shun Chan

Constructor Summary
BasePortalLifecycle()
           
 
Method Summary
protected abstract  void doPortalDestroy()
           
protected abstract  void doPortalInit()
           
 void portalDestroy()
           
 void portalInit()
           
 void registerPortalLifecycle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePortalLifecycle

public BasePortalLifecycle()
Method Detail

portalDestroy

public void portalDestroy()
Specified by:
portalDestroy in interface PortalLifecycle

portalInit

public void portalInit()
Specified by:
portalInit in interface PortalLifecycle

registerPortalLifecycle

public void registerPortalLifecycle()

doPortalDestroy

protected abstract void doPortalDestroy()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

doPortalInit

protected abstract void doPortalInit()
                              throws java.lang.Exception
Throws:
java.lang.Exception