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 Wilberforce (7.0.x), 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...)Exceptionpublic static Object invoke(String portletId,
MethodKey methodKey,
Object... arguments)
throws Exception
Exception