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