Interface LiferayPortletConfig

All Superinterfaces:
jakarta.portlet.PortletConfig
All Known Implementing Classes:
LiferayPortletConfigWrapper

@ProviderType public interface LiferayPortletConfig extends jakarta.portlet.PortletConfig
Author:
Brian Wing Shun Chan
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    jakarta.portlet.PortletContext
     
     
    boolean
     
    boolean
     

    Methods inherited from interface jakarta.portlet.PortletConfig

    getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates
  • Field Details

  • Method Details

    • getPortlet

      Portlet getPortlet()
    • getPortletContext

      jakarta.portlet.PortletContext getPortletContext()
      Specified by:
      getPortletContext in interface jakarta.portlet.PortletConfig
    • getPortletId

      String getPortletId()
    • isCopyRequestParameters

      boolean isCopyRequestParameters()
    • isWARFile

      boolean isWARFile()