Liferay 6.1.2-ce-ga3

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

Packages that use PortletInfo
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

Uses of PortletInfo in com.liferay.portal.model
 

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

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


Liferay 6.1.2-ce-ga3