com.liferay.portal.kernel.util
Class DefaultThreadLocalBinder
java.lang.Object
com.liferay.portal.kernel.util.DefaultThreadLocalBinder
- All Implemented Interfaces:
- ThreadLocalBinder
public class DefaultThreadLocalBinder
- extends java.lang.Object
- implements ThreadLocalBinder
- Author:
- Shuyang Zhou
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultThreadLocalBinder
public DefaultThreadLocalBinder()
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Throws:
java.lang.Exception
bind
public void bind()
- Specified by:
bind in interface ThreadLocalBinder
cleanUp
public void cleanUp()
- Specified by:
cleanUp in interface ThreadLocalBinder
getClassLoader
public java.lang.ClassLoader getClassLoader()
init
public void init(java.lang.ClassLoader classLoader)
throws java.lang.Exception
- Throws:
java.lang.Exception
record
public void record()
- Specified by:
record in interface ThreadLocalBinder
setClassLoader
public void setClassLoader(java.lang.ClassLoader classLoader)
setThreadLocalSources
public void setThreadLocalSources(java.util.Map<java.lang.String,java.lang.String> threadLocalSources)