Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Interface PortalLifecycle

All Known Implementing Classes:
BasePortalLifecycle, InvokerFilter, PluginContextListener, PortalClassLoaderFilter, PortalClassLoaderServlet, PortalDelegateServlet, SchedulerLifecycle, SecurePluginContextListener, SecureServlet

public interface PortalLifecycle


Field Summary
static int METHOD_ALL
           
static int METHOD_DESTROY
           
static int METHOD_INIT
           
 
Method Summary
 void portalDestroy()
           
 void portalInit()
           
 

Field Detail

METHOD_ALL

static final int METHOD_ALL
See Also:
Constant Field Values

METHOD_DESTROY

static final int METHOD_DESTROY
See Also:
Constant Field Values

METHOD_INIT

static final int METHOD_INIT
See Also:
Constant Field Values
Method Detail

portalDestroy

void portalDestroy()

portalInit

void portalInit()

Liferay 6.2-ce-ga5