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

      • PortalContextImpl

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

      • 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