| Utility class that binds/unbinds the context ClassLoader of the current Thread
using a ThreadLocal.
This class supports re-entrancy by maintaining a stack of context classloaders.
NOTE: maybe implement stricter checks, by matching some contextual object or original
classloader on bind to the unbind so that they are always matched (within a given context)
author: Kuali Rice Team (kuali-rice@googlegroups.com) |