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, setValuesclone, deepCopyMap, getNames, getParameterMap, getValue, getValues, isEmpty, sizeequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisMutated, setValue, setValuespublic MutableRenderParametersImpl(Map<String,String[]> parameterMap,
Set<String> publicRenderParameterNames)
public void clearPrivate()
clearPrivate in interface javax.portlet.MutableRenderParameterspublic void clearPublic()
clearPublic in interface javax.portlet.MutableRenderParameterspublic boolean isMutated(String name)
LiferayMutableRenderParameterstrue if the value of the parameter associated with
the specified name has changed.isMutated in interface LiferayMutableRenderParametersname - 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