Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class DefaultThreadLocalBinder

java.lang.Object
  extended by com.liferay.portal.kernel.util.DefaultThreadLocalBinder
All Implemented Interfaces:
ThreadLocalBinder
Direct Known Subclasses:
JettyThreadLocalBinder

public class DefaultThreadLocalBinder
extends Object
implements ThreadLocalBinder


Constructor Summary
DefaultThreadLocalBinder()
           
 
Method Summary
 void afterPropertiesSet()
           
 void bind()
           
 void cleanUp()
           
 ClassLoader getClassLoader()
           
 void init(ClassLoader classLoader)
           
 void record()
           
 void setClassLoader(ClassLoader classLoader)
           
 void setThreadLocalSources(Map<String,String> threadLocalSources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThreadLocalBinder

public DefaultThreadLocalBinder()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

bind

public void bind()
Specified by:
bind in interface ThreadLocalBinder

cleanUp

public void cleanUp()
Specified by:
cleanUp in interface ThreadLocalBinder

getClassLoader

public ClassLoader getClassLoader()

init

public void init(ClassLoader classLoader)
          throws Exception
Throws:
Exception

record

public void record()
Specified by:
record in interface ThreadLocalBinder

setClassLoader

public void setClassLoader(ClassLoader classLoader)

setThreadLocalSources

public void setThreadLocalSources(Map<String,String> threadLocalSources)

Liferay 6.2-ce-ga5