Class MutableRenderParametersImpl

Object
com.liferay.portlet.internal.BasePortletParametersImpl<T>
com.liferay.portlet.internal.BaseMutablePortletParameters<jakarta.portlet.MutableRenderParameters>
com.liferay.portlet.internal.MutableRenderParametersImpl
All Implemented Interfaces:
LiferayMutablePortletParameters, LiferayMutableRenderParameters, jakarta.portlet.Mutable, jakarta.portlet.MutablePortletParameters, jakarta.portlet.MutableRenderParameters, jakarta.portlet.PortletParameters, jakarta.portlet.RenderParameters

public class MutableRenderParametersImpl extends BaseMutablePortletParameters<jakarta.portlet.MutableRenderParameters> implements LiferayMutableRenderParameters
Author:
Neil Griffin
  • Constructor Details

    • MutableRenderParametersImpl

      public MutableRenderParametersImpl(Map<String,String[]> parameterMap, Set<String> publicRenderParameterNames)
  • Method Details

    • clearPrivate

      public void clearPrivate()
      Specified by:
      clearPrivate in interface jakarta.portlet.MutableRenderParameters
    • clearPublic

      public void clearPublic()
      Specified by:
      clearPublic in interface jakarta.portlet.MutableRenderParameters
    • isMutated

      public boolean isMutated(String name)
      Description copied from interface: LiferayMutableRenderParameters
      Returns true if the value of the parameter associated with the specified name has changed.
      Specified by:
      isMutated in interface LiferayMutableRenderParameters
      Parameters:
      name - the parameter's name
      Returns:
      true if the value of the parameter associated with the specified name has changed; false otherwise
    • isPublic

      public boolean isPublic(String name)
      Specified by:
      isPublic in interface jakarta.portlet.RenderParameters