Liferay 6.2-ce-ga5

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

Packages that use PortalLifecycle
com.liferay.portal.kernel.deploy.hot   
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. 
 

Uses of PortalLifecycle in com.liferay.portal.kernel.deploy.hot
 

Methods in com.liferay.portal.kernel.deploy.hot with parameters of type PortalLifecycle
 void HotDeployEvent.addPortalLifecycle(PortalLifecycle portalLifecycle)
           
 boolean HotDeploy.registerDependentPortalLifecycle(String servletContextName, PortalLifecycle portalLifecycle)
           
static boolean HotDeployUtil.registerDependentPortalLifecycle(String servletContextName, PortalLifecycle portalLifecycle)
           
 

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
           
 

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)
           
 


Liferay 6.2-ce-ga5