|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.util.ProxyFactory
public class ProxyFactory
| Constructor Summary | |
|---|---|
ProxyFactory()
|
|
| Method Summary | |
|---|---|
static Object |
newInstance(ClassLoader classLoader,
Class<?>[] interfaceClasses,
String implClassName)
|
static Object |
newInstance(ClassLoader classLoader,
Class<?> interfaceClass,
String implClassName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyFactory()
| Method Detail |
|---|
public static Object newInstance(ClassLoader classLoader,
Class<?> interfaceClass,
String implClassName)
throws Exception
Exception
public static Object newInstance(ClassLoader classLoader,
Class<?>[] interfaceClasses,
String implClassName)
throws Exception
Exception
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||