Package com.liferay.portlet.internal
Interface LiferayMutableRenderParameters
- All Superinterfaces:
LiferayMutablePortletParameters,Mutable,MutablePortletParameters,MutableRenderParameters,PortletParameters,RenderParameters
- All Known Implementing Classes:
MutableRenderParametersImpl
public interface LiferayMutableRenderParameters
extends LiferayMutablePortletParameters, MutableRenderParameters
- Author:
- Neil Griffin
-
Field Summary
Fields inherited from interface com.liferay.portlet.internal.LiferayMutablePortletParameters
NULL_PARAM_VALUE -
Method Summary
Methods inherited from interface com.liferay.portlet.internal.LiferayMutablePortletParameters
isMutated, setValue, setValuesMethods inherited from interface javax.portlet.MutablePortletParameters
add, clear, getNames, removeParameter, set, setValue, setValuesMethods inherited from interface javax.portlet.MutableRenderParameters
clearPrivate, clearPublicMethods inherited from interface javax.portlet.PortletParameters
getValue, getValues, isEmpty, sizeMethods inherited from interface javax.portlet.RenderParameters
clone, isPublic
-
Method Details
-
isMutated
Returnstrueif the value of the parameter associated with the specified name has changed.- Parameters:
name- the parameter's name- Returns:
trueif the value of the parameter associated with the specified name has changed;falseotherwise
-