com.liferay.portal.kernel.util
Interface PortalLifecycle

All Known Implementing Classes:
BasePortalLifecycle, PortalClassLoaderFilter, PortalClassLoaderServlet, PortalClassLoaderServletContextListener, PortletContextListener, PortletContextLoaderListener

public interface PortalLifecycle

View Source

Author:
Brian Wing Shun Chan

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()