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