| Package | Description |
|---|---|
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| com.liferay.portal.kernel.module.configuration |
| Modifier and Type | Method and Description |
|---|---|
static PortletInstance |
PortletInstance.fromPortletInstanceKey(String portletInstanceKey) |
static PortletInstance |
PortletInstance.fromPortletNameAndUserIdAndInstanceId(String portletName,
String userIdAndInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PortletInstance.hasIdenticalPortletName(PortletInstance portletInstance) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ConfigurationProviderUtil.getPortletInstanceConfiguration(Class<T> clazz,
Layout layout,
PortletInstance portletInstance) |
<T> T |
ConfigurationProvider.getPortletInstanceConfiguration(Class<T> clazz,
Layout layout,
PortletInstance portletInstance) |