Class PortletConfigImpl

Object
com.liferay.portlet.internal.PortletConfigImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletConfig, jakarta.portlet.PortletConfig

public class PortletConfigImpl extends Object implements com.liferay.portal.kernel.portlet.LiferayPortletConfig
Author:
Brian Wing Shun Chan, Eduardo Lundgren, Shuyang Zhou, Neil Griffin
  • Constructor Details

    • PortletConfigImpl

      public PortletConfigImpl(com.liferay.portal.kernel.model.Portlet portlet, jakarta.portlet.PortletContext portletContext)
  • Method Details

    • getContainerRuntimeOptions

      public Map<String,String[]> getContainerRuntimeOptions()
      Specified by:
      getContainerRuntimeOptions in interface jakarta.portlet.PortletConfig
    • getDefaultNamespace

      public String getDefaultNamespace()
      Specified by:
      getDefaultNamespace in interface jakarta.portlet.PortletConfig
    • getInitParameter

      public String getInitParameter(String name)
      Specified by:
      getInitParameter in interface jakarta.portlet.PortletConfig
    • getInitParameterNames

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

      public com.liferay.portal.kernel.model.Portlet getPortlet()
      Specified by:
      getPortlet in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
    • getPortletContext

      public jakarta.portlet.PortletContext getPortletContext()
      Specified by:
      getPortletContext in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
      Specified by:
      getPortletContext in interface jakarta.portlet.PortletConfig
    • getPortletId

      public String getPortletId()
      Specified by:
      getPortletId in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
    • getPortletModes

      public Enumeration<jakarta.portlet.PortletMode> getPortletModes(String mimeType)
      Specified by:
      getPortletModes in interface jakarta.portlet.PortletConfig
    • getPortletName

      public String getPortletName()
      Specified by:
      getPortletName in interface jakarta.portlet.PortletConfig
    • getProcessingEventQNames

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

      public Map<String,QName> getPublicRenderParameterDefinitions()
      Specified by:
      getPublicRenderParameterDefinitions in interface jakarta.portlet.PortletConfig
    • getPublicRenderParameterNames

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

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

      public ResourceBundle getResourceBundle(Locale locale)
      Specified by:
      getResourceBundle in interface jakarta.portlet.PortletConfig
    • getSupportedLocales

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

      public Enumeration<jakarta.portlet.WindowState> getWindowStates(String mimeType)
      Specified by:
      getWindowStates in interface jakarta.portlet.PortletConfig
    • isCopyRequestParameters

      public boolean isCopyRequestParameters()
      Specified by:
      isCopyRequestParameters in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
    • isWARFile

      public boolean isWARFile()
      Specified by:
      isWARFile in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
    • toJavaxQNames

      protected Set<QName> toJavaxQNames(Set<com.liferay.portal.kernel.xml.QName> liferayQNames)