public abstract class BasePortalLifecycle extends Object implements PortalLifecycle
METHOD_ALL, METHOD_DESTROY, METHOD_INIT
Constructor and Description |
---|
BasePortalLifecycle() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doPortalDestroy() |
protected abstract void |
doPortalInit() |
void |
portalDestroy() |
void |
portalInit() |
void |
registerPortalLifecycle() |
void |
registerPortalLifecycle(int method) |
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 Exception
Exception
protected abstract void doPortalInit() throws Exception
Exception