Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class ProxyUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ProxyUtil

public class ProxyUtil
extends Object


Constructor Summary
ProxyUtil()
           
 
Method Summary
static InvocationHandler getInvocationHandler(Object proxy)
           
static Class<?> getProxyClass(ClassLoader classLoader, Class<?>... interfaceClasses)
           
static boolean isProxyClass(Class<?> clazz)
           
static Object newProxyInstance(ClassLoader classLoader, Class<?>[] interfaces, InvocationHandler invocationHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyUtil

public ProxyUtil()
Method Detail

getInvocationHandler

public static InvocationHandler getInvocationHandler(Object proxy)

getProxyClass

public static Class<?> getProxyClass(ClassLoader classLoader,
                                     Class<?>... interfaceClasses)

isProxyClass

public static boolean isProxyClass(Class<?> clazz)

newProxyInstance

public static Object newProxyInstance(ClassLoader classLoader,
                                      Class<?>[] interfaces,
                                      InvocationHandler invocationHandler)

Liferay 6.1.2-ce-ga3