Liferay 6.1.2-ce-ga3

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

Packages that use PortalLifecycle
com.liferay.portal.dao.orm.hibernate.region   
com.liferay.portal.kernel.scheduler   
com.liferay.portal.kernel.servlet   
com.liferay.portal.kernel.servlet.filters.invoker   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.servlet   
 

Uses of PortalLifecycle in com.liferay.portal.dao.orm.hibernate.region
 

Classes in com.liferay.portal.dao.orm.hibernate.region that implement PortalLifecycle
 class MBeanRegisteringPortalLifecycle
           
 

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 PluginContextListener
           
 class PortalClassLoaderFilter
           
 class PortalClassLoaderServlet
           
 class PortalDelegateServlet
           See http://issues.liferay.com/browse/LEP-2297.
 class SecurePluginContextListener
           
 class SecureServlet
           
 class SerializableSessionAttributeListener
           
 

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.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.1.2-ce-ga3