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 PortalLifecyclepublic void portalInit()
portalInit in interface PortalLifecyclepublic void registerPortalLifecycle()
public void registerPortalLifecycle(int method)
protected abstract void doPortalDestroy()
throws Exception
Exceptionprotected abstract void doPortalInit()
throws Exception
Exception