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 Properties
static List<WindowState>
Fields inherited from interface javax.portlet.PortalContext
MARKUP_HEAD_ELEMENT_SUPPORT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) static boolean
isSupportedPortletMode
(PortletMode portletMode) static boolean
isSupportedWindowState
(WindowState windowState)
-
Field Details
-
portletModes
-
properties
-
windowStates
-
-
Constructor Details
-
PortalContextImpl
public PortalContextImpl()
-
-
Method Details
-
isSupportedPortletMode
-
isSupportedWindowState
-
getPortalInfo
- Specified by:
getPortalInfo
in interfacePortalContext
-
getProperty
- Specified by:
getProperty
in interfacePortalContext
-
getPropertyNames
- Specified by:
getPropertyNames
in interfacePortalContext
-
getSupportedPortletModes
- Specified by:
getSupportedPortletModes
in interfacePortalContext
-
getSupportedWindowStates
- Specified by:
getSupportedWindowStates
in interfacePortalContext
-