Package com.liferay.portlet.internal
Class MutableRenderParametersImpl
Object
com.liferay.portlet.internal.BasePortletParametersImpl<T>
com.liferay.portlet.internal.BaseMutablePortletParameters<MutableRenderParameters>
com.liferay.portlet.internal.MutableRenderParametersImpl
- All Implemented Interfaces:
LiferayMutablePortletParameters,LiferayMutableRenderParameters,Mutable,MutablePortletParameters,MutableRenderParameters,PortletParameters,RenderParameters
public class MutableRenderParametersImpl
extends BaseMutablePortletParameters<MutableRenderParameters>
implements LiferayMutableRenderParameters
- Author:
- Neil Griffin
-
Field Summary
Fields inherited from interface com.liferay.portlet.internal.LiferayMutablePortletParameters
NULL_PARAM_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleanReturnstrueif the value of the parameter associated with the specified name has changed.booleanMethods inherited from class com.liferay.portlet.internal.BaseMutablePortletParameters
add, clear, isMutated, removeParameter, set, setValue, setValue, setValues, setValuesMethods inherited from class com.liferay.portlet.internal.BasePortletParametersImpl
clone, deepCopyMap, getNames, getParameterMap, getValue, getValues, isEmpty, sizeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.PortletParameters
getValue, getValues, isEmpty, sizeMethods inherited from interface javax.portlet.RenderParameters
clone
-
Constructor Details
-
MutableRenderParametersImpl
-
-
Method Details
-
clearPrivate
public void clearPrivate()- Specified by:
clearPrivatein interfaceMutableRenderParameters
-
clearPublic
public void clearPublic()- Specified by:
clearPublicin interfaceMutableRenderParameters
-
isMutated
Description copied from interface:LiferayMutableRenderParametersReturnstrueif the value of the parameter associated with the specified name has changed.- Specified by:
isMutatedin interfaceLiferayMutableRenderParameters- Parameters:
name- the parameter's name- Returns:
trueif the value of the parameter associated with the specified name has changed;falseotherwise
-
isPublic
- Specified by:
isPublicin interfaceRenderParameters
-