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, setValues
Methods inherited from interface javax.portlet.MutablePortletParameters
add, clear, getNames, removeParameter, set, setValue, setValues
Methods inherited from interface javax.portlet.MutableRenderParameters
clearPrivate, clearPublic
Methods inherited from interface javax.portlet.PortletParameters
getValue, getValues, isEmpty, size
Methods inherited from interface javax.portlet.RenderParameters
clone, isPublic
-
Method Details
-
isMutated
Returnstrue
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
-