Liferay 7.0-ce-m6

Uses of Class
com.liferay.portal.theme.PortletDisplay

Packages that use PortletDisplay
com.liferay.portal.kernel.display.context.util   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.theme This package defines the portal theme classes. 
 

Uses of PortletDisplay in com.liferay.portal.kernel.display.context.util
 

Methods in com.liferay.portal.kernel.display.context.util that return PortletDisplay
 PortletDisplay BaseRequestHelper.getPortletDisplay()
           
 

Uses of PortletDisplay in com.liferay.portal.kernel.portlet
 

Constructors in com.liferay.portal.kernel.portlet with parameters of type PortletDisplay
PortletDisplayModel(PortletDisplay portletDisplay)
           
 

Uses of PortletDisplay in com.liferay.portal.theme
 

Methods in com.liferay.portal.theme that return PortletDisplay
 PortletDisplay ThemeDisplay.getPortletDisplay()
           
 

Methods in com.liferay.portal.theme with parameters of type PortletDisplay
 void PortletDisplay.copyFrom(PortletDisplay master)
           
 void PortletDisplay.copyTo(PortletDisplay slave)
           
 


Liferay 7.0-ce-m6