public class PortletClassInvoker
extends java.lang.Object
Constructor and Description |
---|
PortletClassInvoker() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
invoke(boolean newInstance,
java.lang.String portletId,
MethodKey methodKey,
java.lang.Object... arguments)
Deprecated.
As of Wilberforce (7.0.x), replaced by
invoke(String,
MethodKey, Object...) |
static java.lang.Object |
invoke(java.lang.String portletId,
MethodKey methodKey,
java.lang.Object... arguments) |
@Deprecated public static java.lang.Object invoke(boolean newInstance, java.lang.String portletId, MethodKey methodKey, java.lang.Object... arguments) throws java.lang.Exception
invoke(String,
MethodKey, Object...)
java.lang.Exception
public static java.lang.Object invoke(java.lang.String portletId, MethodKey methodKey, java.lang.Object... arguments) throws java.lang.Exception
java.lang.Exception