Package com.liferay.portlet.internal
Class PortalContextImpl
Object
com.liferay.portlet.internal.PortalContextImpl
- All Implemented Interfaces:
jakarta.portlet.PortalContext
- Author:
- Brian Wing Shun Chan
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic List<jakarta.portlet.PortletMode>static Propertiesstatic List<jakarta.portlet.WindowState>Fields inherited from interface jakarta.portlet.PortalContext
MARKUP_HEAD_ELEMENT_SUPPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) Enumeration<jakarta.portlet.PortletMode>Enumeration<jakarta.portlet.WindowState>static booleanisSupportedPortletMode(jakarta.portlet.PortletMode portletMode) static booleanisSupportedWindowState(jakarta.portlet.WindowState windowState)
-
Field Details
-
portletModes
-
properties
-
windowStates
-
-
Constructor Details
-
PortalContextImpl
public PortalContextImpl()
-
-
Method Details
-
isSupportedPortletMode
public static boolean isSupportedPortletMode(jakarta.portlet.PortletMode portletMode) -
isSupportedWindowState
public static boolean isSupportedWindowState(jakarta.portlet.WindowState windowState) -
getPortalInfo
- Specified by:
getPortalInfoin interfacejakarta.portlet.PortalContext
-
getProperty
- Specified by:
getPropertyin interfacejakarta.portlet.PortalContext
-
getPropertyNames
- Specified by:
getPropertyNamesin interfacejakarta.portlet.PortalContext
-
getSupportedPortletModes
- Specified by:
getSupportedPortletModesin interfacejakarta.portlet.PortalContext
-
getSupportedWindowStates
- Specified by:
getSupportedWindowStatesin interfacejakarta.portlet.PortalContext
-