Liferay 7.0-ce-b4

com.liferay.portal.layoutconfiguration.util
Class ParallelRenderThreadLocalBinderUtil

java.lang.Object
  extended by com.liferay.portal.layoutconfiguration.util.ParallelRenderThreadLocalBinderUtil

public class ParallelRenderThreadLocalBinderUtil
extends Object


Constructor Summary
ParallelRenderThreadLocalBinderUtil()
           
 
Method Summary
static void bind()
           
static void cleanUp()
           
static ThreadLocalBinder getThreadLocalBinder()
           
static void record()
           
static void setThreadLocalBinder(ThreadLocalBinder threadLocalBinder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelRenderThreadLocalBinderUtil

public ParallelRenderThreadLocalBinderUtil()
Method Detail

bind

public static void bind()

cleanUp

public static void cleanUp()

getThreadLocalBinder

public static ThreadLocalBinder getThreadLocalBinder()

record

public static void record()

setThreadLocalBinder

public static void setThreadLocalBinder(ThreadLocalBinder threadLocalBinder)

Liferay 7.0-ce-b4