com.liferay.portal.kernel.util
Class PortalClassInvoker
java.lang.Object
com.liferay.portal.kernel.util.PortalClassInvoker
public class PortalClassInvoker
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalClassInvoker
public PortalClassInvoker()
invoke
@Deprecated
public static Object invoke(boolean newInstance,
MethodKey methodKey,
Object... arguments)
throws Exception
- Deprecated. As of 7.0.0, replaced by
invoke(MethodKey,
Object...)
- Throws:
Exception
invoke
public static Object invoke(MethodKey methodKey,
Object... arguments)
throws Exception
- Throws:
Exception