Liferay 7.0-ce-b4

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)
          Deprecated. As of 7.0.0, replaced by invoke(String, MethodKey, Object...)
static Object invoke(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

@Deprecated
public static Object invoke(boolean newInstance,
                                       String portletId,
                                       MethodKey methodKey,
                                       Object... arguments)
                     throws Exception
Deprecated. As of 7.0.0, replaced by invoke(String, MethodKey, Object...)

Throws:
Exception

invoke

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

Liferay 7.0-ce-b4