|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.util.ProxyUtil
public class ProxyUtil
| 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 |
|---|
public ProxyUtil()
| Method Detail |
|---|
public static InvocationHandler getInvocationHandler(Object proxy)
public static Class<?> getProxyClass(ClassLoader classLoader,
Class<?>... interfaceClasses)
public static boolean isProxyClass(Class<?> clazz)
public static Object newProxyInstance(ClassLoader classLoader,
Class<?>[] interfaces,
InvocationHandler invocationHandler)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||