Class PortletConfigImpl

  • All Implemented Interfaces:
    javax.portlet.PortletConfig

    public class PortletConfigImpl
    extends Object
    implements javax.portlet.PortletConfig
    Version:
    $Revision: 6817 $
    Author:
    Julien Viet
    • Method Detail

      • getPortletName

        public String getPortletName()
        Specified by:
        getPortletName in interface javax.portlet.PortletConfig
      • getPortletContext

        public javax.portlet.PortletContext getPortletContext()
        Specified by:
        getPortletContext in interface javax.portlet.PortletConfig
      • getResourceBundle

        public ResourceBundle getResourceBundle​(Locale locale)
        May return null ? the spec does not specify what happens when the bundle is not found for the locale.
        Specified by:
        getResourceBundle in interface javax.portlet.PortletConfig
      • getInitParameter

        public String getInitParameter​(String s)
        Specified by:
        getInitParameter in interface javax.portlet.PortletConfig
      • getInitParameterNames

        public Enumeration<String> getInitParameterNames()
        Specified by:
        getInitParameterNames in interface javax.portlet.PortletConfig
      • getPublicRenderParameterNames

        public Enumeration<String> getPublicRenderParameterNames()
        Specified by:
        getPublicRenderParameterNames in interface javax.portlet.PortletConfig
      • getDefaultNamespace

        public String getDefaultNamespace()
        Specified by:
        getDefaultNamespace in interface javax.portlet.PortletConfig
      • getPublishingEventQNames

        public Enumeration<QName> getPublishingEventQNames()
        Specified by:
        getPublishingEventQNames in interface javax.portlet.PortletConfig
      • getProcessingEventQNames

        public Enumeration<QName> getProcessingEventQNames()
        Specified by:
        getProcessingEventQNames in interface javax.portlet.PortletConfig
      • getSupportedLocales

        public Enumeration<Locale> getSupportedLocales()
        Specified by:
        getSupportedLocales in interface javax.portlet.PortletConfig
      • getContainerRuntimeOptions

        public Map<String,​String[]> getContainerRuntimeOptions()
        Specified by:
        getContainerRuntimeOptions in interface javax.portlet.PortletConfig