Class MutableRenderParametersImpl

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

public class MutableRenderParametersImpl extends BaseMutablePortletParameters<javax.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 javax.portlet.MutableRenderParameters
    • clearPublic

      public void clearPublic()
      Specified by:
      clearPublic in interface javax.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 javax.portlet.RenderParameters