com.liferay.portal.kernel.util
Class ClassLoaderProxy
java.lang.Object
com.liferay.portal.kernel.util.ClassLoaderProxy
public class ClassLoaderProxy
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderProxy
public ClassLoaderProxy(Object obj,
ClassLoader classLoader)
ClassLoaderProxy
public ClassLoaderProxy(Object obj,
String className,
ClassLoader classLoader)
getClassLoader
public ClassLoader getClassLoader()
getClassName
public String getClassName()
invoke
public Object invoke(MethodHandler methodHandler)
throws Throwable
- Throws:
Throwable
invoke
public Object invoke(String methodName,
Object[] args)
throws Throwable
- Deprecated. As of 6.1.0
- Throws:
Throwable
translateThrowable
protected Throwable translateThrowable(Throwable throwable,
ClassLoader contextClassLoader)