Class PortalContextImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.PortalContextImpl
-
- All Implemented Interfaces:
javax.portlet.PortalContext
public class PortalContextImpl extends Object implements javax.portlet.PortalContext
todo : does not provide customizable values for portlet modes and window states.- Version:
- $Revision: 6720 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description PortalContextImpl(org.gatein.pc.api.spi.PortalContext portal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPortalInfo()StringgetProperty(String name)EnumerationgetPropertyNames()EnumerationgetSupportedPortletModes()EnumerationgetSupportedWindowStates()
-
-
-
Method Detail
-
getPortalInfo
public String getPortalInfo()
- Specified by:
getPortalInfoin interfacejavax.portlet.PortalContext
-
getProperty
public String getProperty(String name)
- Specified by:
getPropertyin interfacejavax.portlet.PortalContext
-
getPropertyNames
public Enumeration getPropertyNames()
- Specified by:
getPropertyNamesin interfacejavax.portlet.PortalContext
-
getSupportedPortletModes
public Enumeration getSupportedPortletModes()
- Specified by:
getSupportedPortletModesin interfacejavax.portlet.PortalContext
-
getSupportedWindowStates
public Enumeration getSupportedWindowStates()
- Specified by:
getSupportedWindowStatesin interfacejavax.portlet.PortalContext
-
-