Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class PortletClassInvoker

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

public class PortletClassInvoker
extends Object


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

Constructor Detail

PortletClassInvoker

public PortletClassInvoker()
Method Detail

invoke

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

Liferay 6.1.2-ce-ga3