Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class PortalClassInvoker

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

public class PortalClassInvoker
extends Object


Constructor Summary
PortalClassInvoker()
           
 
Method Summary
static Object invoke(boolean newInstance, MethodKey methodKey, Object... arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalClassInvoker

public PortalClassInvoker()
Method Detail

invoke

public static Object invoke(boolean newInstance,
                            MethodKey methodKey,
                            Object... arguments)
                     throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5