com.liferay.portlet
Class PortalContextImpl

java.lang.Object
  extended bycom.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

Constructor Summary
PortalContextImpl()
           
 
Method Summary
 java.lang.String getPortalInfo()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.util.Enumeration getPropertyNames()
           
 java.util.Enumeration getSupportedPortletModes()
           
 java.util.Enumeration 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 getPropertyNames()
Specified by:
getPropertyNames in interface javax.portlet.PortalContext

getSupportedPortletModes

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

getSupportedWindowStates

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