Class BasePortletParametersImpl<T extends javax.portlet.MutablePortletParameters>

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

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

  • Method Details

    • clone

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

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

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

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

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

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

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

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