Interface LiferayMutableRenderParameters

All Superinterfaces:
LiferayMutablePortletParameters, jakarta.portlet.Mutable, jakarta.portlet.MutablePortletParameters, jakarta.portlet.MutableRenderParameters, jakarta.portlet.PortletParameters, jakarta.portlet.RenderParameters
All Known Implementing Classes:
MutableRenderParametersImpl

public interface LiferayMutableRenderParameters extends LiferayMutablePortletParameters, jakarta.portlet.MutableRenderParameters
Author:
Neil Griffin
  • Field Summary

    Fields inherited from interface com.liferay.portlet.internal.LiferayMutablePortletParameters

    NULL_PARAM_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the value of the parameter associated with the specified name has changed.

    Methods inherited from interface com.liferay.portlet.internal.LiferayMutablePortletParameters

    isMutated, setValue, setValues

    Methods inherited from interface jakarta.portlet.MutablePortletParameters

    add, clear, getNames, removeParameter, set, setValue, setValues

    Methods inherited from interface jakarta.portlet.MutableRenderParameters

    clearPrivate, clearPublic

    Methods inherited from interface jakarta.portlet.PortletParameters

    getValue, getValues, isEmpty, size

    Methods inherited from interface jakarta.portlet.RenderParameters

    clone, isPublic
  • Method Details

    • isMutated

      boolean isMutated(String name)
      Returns true if the value of the parameter associated with the specified name has changed.
      Parameters:
      name - the parameter's name
      Returns:
      true if the value of the parameter associated with the specified name has changed; false otherwise