Uses of Class
com.liferay.portal.kernel.model.PortletInfo
Packages that use PortletInfo
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
-
Uses of PortletInfo in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return PortletInfoModifier and TypeMethodDescriptionPortlet.getPortletInfo()
Returns the portlet info of the portlet.PortletWrapper.getPortletInfo()
Returns the portlet info of the portlet.Methods in com.liferay.portal.kernel.model with parameters of type PortletInfoModifier and TypeMethodDescriptionvoid
Portlet.setPortletInfo
(PortletInfo portletInfo) Sets the portlet info of the portlet.void
PortletWrapper.setPortletInfo
(PortletInfo portletInfo) Sets the portlet info of the portlet.