| 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)
Deprecated.
|
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) |