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
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
portalDestroy
void portalDestroy()
portalInit
void portalInit()