Class BasePortletParametersImpl<T extends jakarta.portlet.MutablePortletParameters>

Object
com.liferay.portlet.internal.BasePortletParametersImpl<T>
All Implemented Interfaces:
jakarta.portlet.PortletParameters
Direct Known Subclasses:
ActionParametersImpl, BaseMutablePortletParameters, RenderParametersImpl, ResourceParametersImpl

public abstract class BasePortletParametersImpl<T extends jakarta.portlet.MutablePortletParameters> extends Object implements jakarta.portlet.PortletParameters
Author:
Neil Griffin
  • Constructor Details

  • Method Details

    • clone

      public T clone()
      Specified by:
      clone in interface jakarta.portlet.PortletParameters
      Overrides:
      clone in class Object
    • getNames

      public Set<String> getNames()
      Specified by:
      getNames in interface jakarta.portlet.PortletParameters
    • getValue

      public String getValue(String name)
      Specified by:
      getValue in interface jakarta.portlet.PortletParameters
    • getValues

      public String[] getValues(String name)
      Specified by:
      getValues in interface jakarta.portlet.PortletParameters
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface jakarta.portlet.PortletParameters
    • size

      public int size()
      Specified by:
      size in interface jakarta.portlet.PortletParameters
    • deepCopyMap

      protected Map<String,String[]> deepCopyMap(Map<String,String[]> map)
    • getParameterMap

      protected Map<String,String[]> getParameterMap()