| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PortletDisplay |
BaseRequestHelper.getPortletDisplay() |
| Constructor and Description |
|---|
PortletDisplayModel(PortletDisplay portletDisplay) |
| Modifier and Type | Method and Description |
|---|---|
PortletDisplay |
ThemeDisplay.getPortletDisplay() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortletDisplay.copyFrom(PortletDisplay master) |
void |
PortletDisplay.copyTo(PortletDisplay slave) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Portal.isSkipPortletContentProcessing(Group group,
javax.servlet.http.HttpServletRequest httpServletRequest,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName)
Deprecated.
As of Judson (7.1.x), replaced by
Portal.isSkipPortletContentRendering(Group, LayoutTypePortlet,
PortletDisplay, String) |
static boolean |
PortalUtil.isSkipPortletContentProcesssing(Group group,
javax.servlet.http.HttpServletRequest httpServletRequest,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName)
Deprecated.
As of Judson (7.1.x), replaced by
PortalUtil.isSkipPortletContentRendering(Group, LayoutTypePortlet,
PortletDisplay, String) |
boolean |
Portal.isSkipPortletContentRendering(Group group,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName) |
static boolean |
PortalUtil.isSkipPortletContentRendering(Group group,
LayoutTypePortlet layoutTypePortlet,
PortletDisplay portletDisplay,
String portletName) |