com.liferay.portal.kernel.util
Class PortalClassInvoker
java.lang.Object
com.liferay.portal.kernel.util.PortalClassInvoker
public class PortalClassInvoker
- extends Object
|
Method Summary |
static Object |
invoke(String className,
String methodName)
|
static Object |
invoke(String className,
String methodName,
boolean newInstance)
|
static Object |
invoke(String className,
String methodName,
Object arg)
|
static Object |
invoke(String className,
String methodName,
Object[] args)
|
static Object |
invoke(String className,
String methodName,
Object[] args,
boolean newInstance)
|
static Object |
invoke(String className,
String methodName,
Object arg,
boolean newInstance)
|
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2)
|
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
boolean newInstance)
|
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3)
|
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
boolean newInstance)
|
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
boolean newInstance)
|
static Object |
invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Object arg5,
boolean newInstance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalClassInvoker
public PortalClassInvoker()
invoke
public static Object invoke(String className,
String methodName)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg1,
Object arg2)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object[] args)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
boolean newInstance)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg,
boolean newInstance)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg1,
Object arg2,
boolean newInstance)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
boolean newInstance)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
boolean newInstance)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object arg1,
Object arg2,
Object arg3,
Object arg4,
Object arg5,
boolean newInstance)
throws Exception
- Throws:
Exception
invoke
public static Object invoke(String className,
String methodName,
Object[] args,
boolean newInstance)
throws Exception
- Throws:
Exception