Liferay 6.0.5

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, PortalSessionCreator, PortalSessionDestroyer, PortletContextListener

public abstract class BasePortalLifecycle
extends Object
implements PortalLifecycle


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 Exception
Throws:
Exception

doPortalInit

protected abstract void doPortalInit()
                              throws Exception
Throws:
Exception

Liferay 6.0.5