|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.util.BasePortalLifecycle
public abstract class BasePortalLifecycle
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 |
---|
public BasePortalLifecycle()
Method Detail |
---|
public void portalDestroy()
portalDestroy
in interface PortalLifecycle
public void portalInit()
portalInit
in interface PortalLifecycle
public void registerPortalLifecycle()
public void registerPortalLifecycle(int method)
protected abstract void doPortalDestroy() throws java.lang.Exception
java.lang.Exception
protected abstract void doPortalInit() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |