Liferay 6.0-ee

Uses of Interface
com.liferay.portal.kernel.util.PortalLifecycle

Packages that use PortalLifecycle
com.liferay.portal.kernel.servlet   
com.liferay.portal.kernel.spring.context   
com.liferay.portal.kernel.util   
com.liferay.portal.servlet   
 

Uses of PortalLifecycle in com.liferay.portal.kernel.servlet
 

Classes in com.liferay.portal.kernel.servlet that implement PortalLifecycle
 class PortalClassLoaderFilter
           
 class PortalClassLoaderServlet
           
 class PortalClassLoaderServletContextListener
           
 class PortletContextListener
           
 

Uses of PortalLifecycle in com.liferay.portal.kernel.spring.context
 

Classes in com.liferay.portal.kernel.spring.context that implement PortalLifecycle
 class PortletContextLoaderListener
           
 

Uses of PortalLifecycle in com.liferay.portal.kernel.util
 

Classes in com.liferay.portal.kernel.util that implement PortalLifecycle
 class BasePortalLifecycle
           
 

Methods in com.liferay.portal.kernel.util with parameters of type PortalLifecycle
static void PortalLifecycleUtil.register(PortalLifecycle portalLifecycle)
           
static void PortalLifecycleUtil.register(PortalLifecycle portalLifecycle, int method)
           
static void PortalLifecycleUtil.removeDestroy(PortalLifecycle portalLifecycle)
           
 

Uses of PortalLifecycle in com.liferay.portal.servlet
 

Classes in com.liferay.portal.servlet that implement PortalLifecycle
 class PortalSessionCreator
           
 class PortalSessionDestroyer
           
 


Liferay 6.0-ee