Package com.liferay.portlet.internal
Class MutableActionParametersImpl
Object
com.liferay.portlet.internal.BasePortletParametersImpl<T>
com.liferay.portlet.internal.BaseMutablePortletParameters<MutableActionParameters>
com.liferay.portlet.internal.MutableActionParametersImpl
- All Implemented Interfaces:
LiferayMutablePortletParameters,ActionParameters,Mutable,MutableActionParameters,MutablePortletParameters,PortletParameters
public class MutableActionParametersImpl
extends BaseMutablePortletParameters<MutableActionParameters>
implements LiferayMutablePortletParameters, MutableActionParameters
- 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, 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 javax.portlet.ActionParameters
cloneMethods 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, size
-
Constructor Details
-
MutableActionParametersImpl
-