Liferay 7.0-ce-b4

com.liferay.portlet
Class PortalContextImpl

java.lang.Object
  extended by com.liferay.portlet.PortalContextImpl
All Implemented Interfaces:
PortalContext

public class PortalContextImpl
extends Object
implements PortalContext


Field Summary
static List<PortletMode> portletModes
           
static Properties properties
           
static List<WindowState> windowStates
           
 
Fields inherited from interface javax.portlet.PortalContext
MARKUP_HEAD_ELEMENT_SUPPORT
 
Constructor Summary
PortalContextImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletModes

public static List<PortletMode> portletModes

properties

public static Properties properties

windowStates

public static List<WindowState> windowStates
Constructor Detail

PortalContextImpl

public PortalContextImpl()
Method Detail

isSupportedPortletMode

public static boolean isSupportedPortletMode(PortletMode portletMode)

isSupportedWindowState

public static boolean isSupportedWindowState(WindowState windowState)

getPortalInfo

public String getPortalInfo()
Specified by:
getPortalInfo in interface PortalContext

getProperty

public String getProperty(String name)
Specified by:
getProperty in interface PortalContext

getPropertyNames

public Enumeration<String> getPropertyNames()
Specified by:
getPropertyNames in interface PortalContext

getSupportedPortletModes

public Enumeration<PortletMode> getSupportedPortletModes()
Specified by:
getSupportedPortletModes in interface PortalContext

getSupportedWindowStates

public Enumeration<WindowState> getSupportedWindowStates()
Specified by:
getSupportedWindowStates in interface PortalContext

Liferay 7.0-ce-b4