public class MutableRenderParametersImpl extends BaseMutablePortletParameters<javax.portlet.MutableRenderParameters> implements LiferayMutableRenderParameters
NULL_PARAM_VALUE
Constructor and Description |
---|
MutableRenderParametersImpl(Map<String,String[]> parameterMap,
Set<String> publicRenderParameterNames) |
Modifier and Type | Method and Description |
---|---|
void |
clearPrivate() |
void |
clearPublic() |
boolean |
isMutated(String name)
Returns
true if the value of the parameter associated with
the specified name has changed. |
boolean |
isPublic(String name) |
add, clear, isMutated, removeParameter, set, setValue, setValue, setValues, setValues
clone, deepCopyMap, getNames, getParameterMap, getValue, getValues, isEmpty, size
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isMutated, setValue, setValues
public MutableRenderParametersImpl(Map<String,String[]> parameterMap, Set<String> publicRenderParameterNames)
public void clearPrivate()
clearPrivate
in interface javax.portlet.MutableRenderParameters
public void clearPublic()
clearPublic
in interface javax.portlet.MutableRenderParameters
public boolean isMutated(String name)
LiferayMutableRenderParameters
true
if the value of the parameter associated with
the specified name has changed.isMutated
in interface LiferayMutableRenderParameters
name
- the parameter's nametrue
if the value of the parameter associated with
the specified name has changed; false
otherwisepublic boolean isPublic(String name)
isPublic
in interface javax.portlet.RenderParameters