public final class ResourceLoaderUtil extends Object
ResourceLoader
related utilities.Modifier and Type | Method and Description |
---|---|
static Object |
createObject(String className,
ClassLoader classLoader)
Instantiates className class via no-arg constructor, and returns a proxy
that wraps invocations with the specified classLoader as the context classloader
|
public static Object createObject(String className, ClassLoader classLoader)
className
- the class to instantiateclassLoader
- the classLoader to set as the context classloaderCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.