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 Details

    • PortalContextImpl

      public PortalContextImpl(org.gatein.pc.api.spi.PortalContext portal)
  • Method Details

    • getPortalInfo

      public String getPortalInfo()
      Specified by:
      getPortalInfo in interface javax.portlet.PortalContext
    • getProperty

      public String getProperty(String name)
      Specified by:
      getProperty in interface javax.portlet.PortalContext
    • getPropertyNames

      public Enumeration getPropertyNames()
      Specified by:
      getPropertyNames in interface javax.portlet.PortalContext
    • getSupportedPortletModes

      public Enumeration getSupportedPortletModes()
      Specified by:
      getSupportedPortletModes in interface javax.portlet.PortalContext
    • getSupportedWindowStates

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