com.liferay.portal.kernel.util
Interface PortalLifecycle
- All Known Implementing Classes:
- BasePortalLifecycle, InvokerFilter, PortalClassLoaderFilter, PortalClassLoaderServlet, PortalClassLoaderServletContextListener, PortletContextListener, PortletContextLoaderListener, SchedulerLifecycle, SerializableSessionAttributeListener, WebContextListener
public interface PortalLifecycle
- 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()