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