Interface LiferayMutableRenderParameters

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

public interface LiferayMutableRenderParameters extends LiferayMutablePortletParameters, MutableRenderParameters
Author:
Neil Griffin
  • 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