com.liferay.portlet
Class PortalContextImpl

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

public class PortalContextImpl
extends java.lang.Object
implements javax.portlet.PortalContext

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from interface javax.portlet.PortalContext
MARKUP_HEAD_ELEMENT_SUPPORT
 
Constructor Summary
PortalContextImpl()
           
 
Method Summary
 java.lang.String getPortalInfo()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.util.Enumeration<java.lang.String> getPropertyNames()
           
 java.util.Enumeration<javax.portlet.PortletMode> getSupportedPortletModes()
           
 java.util.Enumeration<javax.portlet.WindowState> getSupportedWindowStates()
           
static boolean isSupportedPortletMode(javax.portlet.PortletMode portletMode)
           
static boolean isSupportedWindowState(javax.portlet.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(javax.portlet.PortletMode portletMode)

isSupportedWindowState

public static boolean isSupportedWindowState(javax.portlet.WindowState windowState)

getPortalInfo

public java.lang.String getPortalInfo()
Specified by:
getPortalInfo in interface javax.portlet.PortalContext

getProperty

public java.lang.String getProperty(java.lang.String name)
Specified by:
getProperty in interface javax.portlet.PortalContext

getPropertyNames

public java.util.Enumeration<java.lang.String> getPropertyNames()
Specified by:
getPropertyNames in interface javax.portlet.PortalContext

getSupportedPortletModes

public java.util.Enumeration<javax.portlet.PortletMode> getSupportedPortletModes()
Specified by:
getSupportedPortletModes in interface javax.portlet.PortalContext

getSupportedWindowStates

public java.util.Enumeration<javax.portlet.WindowState> getSupportedWindowStates()
Specified by:
getSupportedWindowStates in interface javax.portlet.PortalContext