Liferay 6.2-ce-ga5

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
 
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
 

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 6.2-ce-ga5