Liferay 6.2-ce-ga5

com.liferay.portal.spring.context
Class PortalContextLoaderLifecycleThreadLocal

java.lang.Object
  extended by com.liferay.portal.spring.context.PortalContextLoaderLifecycleThreadLocal

public class PortalContextLoaderLifecycleThreadLocal
extends Object


Constructor Summary
PortalContextLoaderLifecycleThreadLocal()
           
 
Method Summary
static boolean isDestroying()
           
static boolean isInitializing()
           
static void setDestroying(boolean destroying)
           
static void setInitializing(boolean initializing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalContextLoaderLifecycleThreadLocal

public PortalContextLoaderLifecycleThreadLocal()
Method Detail

isDestroying

public static boolean isDestroying()

isInitializing

public static boolean isInitializing()

setDestroying

public static void setDestroying(boolean destroying)

setInitializing

public static void setInitializing(boolean initializing)

Liferay 6.2-ce-ga5