Liferay 6.1.10-ee-ga1

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

Packages that use PortalLifecycle
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.servlet   
com.liferay.portal.kernel.servlet.filters.invoker   
com.liferay.portal.kernel.spring.context   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

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

Classes in com.liferay.portal.kernel.scheduler that implement PortalLifecycle
 class SchedulerLifecycle
           
 

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
           
 class SerializableSessionAttributeListener
           
 class WebContextListener
           
 

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

Classes in com.liferay.portal.kernel.servlet.filters.invoker that implement PortalLifecycle
 class InvokerFilter
           
 

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)
           
 


Liferay 6.1.10-ee-ga1