Package com.liferay.portlet.internal
Class MutableResourceParametersImpl
Object
com.liferay.portlet.internal.BasePortletParametersImpl<T>
com.liferay.portlet.internal.BaseMutablePortletParameters<MutableResourceParameters>
com.liferay.portlet.internal.MutableResourceParametersImpl
- All Implemented Interfaces:
LiferayMutablePortletParameters
,Mutable
,MutablePortletParameters
,MutableResourceParameters
,PortletParameters
,ResourceParameters
public class MutableResourceParametersImpl
extends BaseMutablePortletParameters<MutableResourceParameters>
implements LiferayMutablePortletParameters, MutableResourceParameters
- Author:
- Neil Griffin
-
Field Summary
Fields inherited from interface com.liferay.portlet.internal.LiferayMutablePortletParameters
NULL_PARAM_VALUE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portlet.internal.BaseMutablePortletParameters
add, clear, isMutated, removeParameter, set, setValue, setValue, setValues, setValues
Methods inherited from class com.liferay.portlet.internal.BasePortletParametersImpl
clone, deepCopyMap, getNames, getParameterMap, getValue, getValues, isEmpty, size
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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.PortletParameters
getValue, getValues, isEmpty, size
Methods inherited from interface javax.portlet.ResourceParameters
clone
-
Constructor Details
-
MutableResourceParametersImpl
-