Liferay 7.0-ga1 portal-kernel

Uses of Class
com.liferay.portal.kernel.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.kernel.theme This package defines the portal theme classes. 
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and 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.kernel.theme
 

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

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

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

Methods in com.liferay.portal.kernel.util with parameters of type PortletDisplay
 boolean Portal.isSkipPortletContentProcessing(Group group, javax.servlet.http.HttpServletRequest httpServletRequest, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
static boolean PortalUtil.isSkipPortletContentProcesssing(Group group, javax.servlet.http.HttpServletRequest htpServletRequest, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
 boolean Portal.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
static boolean PortalUtil.isSkipPortletContentRendering(Group group, LayoutTypePortlet layoutTypePortlet, PortletDisplay portletDisplay, String portletName)
           
 


Liferay 7.0-ga1 portal-kernel