Package | Description |
---|---|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
MethodKey |
MethodHandler.getMethodKey() |
MethodKey |
MethodKey.transform(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
protected static Method |
MethodCache.get(MethodKey methodKey) |
static Object |
PortalClassInvoker.invoke(boolean newInstance,
MethodKey methodKey,
Object... arguments)
Deprecated.
As of Wilberforce (7.0.x), replaced by
PortalClassInvoker.invoke(MethodKey, Object...) |
static Object |
PortletClassInvoker.invoke(boolean newInstance,
String portletId,
MethodKey methodKey,
Object... arguments)
Deprecated.
As of Wilberforce (7.0.x), replaced by
PortletClassInvoker.invoke(String,
MethodKey, Object...) |
static Object |
PortalClassInvoker.invoke(MethodKey methodKey,
Object... arguments) |
static Object |
PortletClassInvoker.invoke(String portletId,
MethodKey methodKey,
Object... arguments) |
Constructor and Description |
---|
MethodHandler(MethodKey methodKey,
Object... arguments) |