| Package | Description |
|---|---|
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| Modifier and Type | Method and Description |
|---|---|
PortletInfo |
Portlet.getPortletInfo()
Returns the portlet info of the portlet.
|
PortletInfo |
PortletWrapper.getPortletInfo()
Returns the portlet info of the portlet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Portlet.setPortletInfo(PortletInfo portletInfo)
Sets the portlet info of the portlet.
|
void |
PortletWrapper.setPortletInfo(PortletInfo portletInfo)
Sets the portlet info of the portlet.
|