Liferay 6.0-ee

com.liferay.portal.kernel.util
Interface PortalLifecycle

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

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.0-ee