com.liferay.portal.kernel.util
Class PortletClassInvoker

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

public class PortletClassInvoker
extends java.lang.Object

View Source

Author:
Bruno Farache, Shuyang Zhou

Constructor Summary
PortletClassInvoker()
           
 
Method Summary
static java.lang.Object invoke(boolean newInstance, java.lang.String portletId, MethodKey methodKey, java.lang.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 java.lang.Object invoke(boolean newInstance,
                                      java.lang.String portletId,
                                      MethodKey methodKey,
                                      java.lang.Object... arguments)
                               throws java.lang.Exception
Throws:
java.lang.Exception