| java.lang.Object org.kuali.rice.resourceloader.ResourceLoaderUtil
ResourceLoaderUtil | public class ResourceLoaderUtil (Code) | | A class for
ResourceLoader related utilities.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
createObject | public static Object createObject(String className, ClassLoader classLoader)(Code) | | Instantiates className class via no-arg constructor, and returns a proxy
that wraps invocations with the specified classLoader as the context classloader
Parameters: className - the class to instantiate Parameters: classLoader - the classLoader to set as the context classloader a proxy that wraps an instance with code that sets and unsets the appropriate context classloader |
|
|