public class PortalContextImpl extends Object implements PortalContext
Modifier and Type | Field and Description |
---|---|
static List<PortletMode> |
portletModes |
static Properties |
properties |
static List<WindowState> |
windowStates |
MARKUP_HEAD_ELEMENT_SUPPORT
Constructor and Description |
---|
PortalContextImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getPortalInfo() |
String |
getProperty(String name) |
Enumeration<String> |
getPropertyNames() |
Enumeration<PortletMode> |
getSupportedPortletModes() |
Enumeration<WindowState> |
getSupportedWindowStates() |
static boolean |
isSupportedPortletMode(PortletMode portletMode) |
static boolean |
isSupportedWindowState(WindowState windowState) |
public static List<PortletMode> portletModes
public static Properties properties
public static List<WindowState> windowStates
public static boolean isSupportedPortletMode(PortletMode portletMode)
public static boolean isSupportedWindowState(WindowState windowState)
public String getPortalInfo()
getPortalInfo
in interface PortalContext
public String getProperty(String name)
getProperty
in interface PortalContext
public Enumeration<String> getPropertyNames()
getPropertyNames
in interface PortalContext
public Enumeration<PortletMode> getSupportedPortletModes()
getSupportedPortletModes
in interface PortalContext
public Enumeration<WindowState> getSupportedWindowStates()
getSupportedWindowStates
in interface PortalContext