Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.model.PortletInfo

Packages that use PortletInfo
com.liferay.portal.model   
 

Uses of PortletInfo in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletInfo
 PortletInfo PortletWrapper.getPortletInfo()
          Gets the portlet info of the portlet.
 PortletInfo Portlet.getPortletInfo()
          Gets the portlet info of the portlet.
 

Methods in com.liferay.portal.model with parameters of type PortletInfo
 void PortletWrapper.setPortletInfo(PortletInfo portletInfo)
          Sets the portlet info of the portlet.
 void Portlet.setPortletInfo(PortletInfo portletInfo)
          Sets the portlet info of the portlet.
 


Liferay 6.0-ee-sp2