public class PortletClassInvoker extends Object
| Constructor and Description |
|---|
PortletClassInvoker() |
| Modifier and Type | Method and Description |
|---|---|
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) |
@Deprecated public static Object invoke(boolean newInstance, String portletId, MethodKey methodKey, Object... arguments) throws Exception
invoke(String, MethodKey,
Object...)Exception