Liferay 6.1.2-ce-ga3

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:
InvokerFilter, PluginContextListener, PortalClassLoaderFilter, SchedulerLifecycle, SecureServlet, SerializableSessionAttributeListener

public abstract class BasePortalLifecycle
extends Object
implements PortalLifecycle


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

registerPortalLifecycle

public void registerPortalLifecycle(int method)

doPortalDestroy

protected abstract void doPortalDestroy()
                                 throws Exception
Throws:
Exception

doPortalInit

protected abstract void doPortalInit()
                              throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3