Package com.liferay.portlet.internal
Class ActionParametersImpl
java.lang.Object
com.liferay.portlet.internal.BasePortletParametersImpl<javax.portlet.MutableActionParameters>
com.liferay.portlet.internal.ActionParametersImpl
- All Implemented Interfaces:
javax.portlet.ActionParameters,javax.portlet.PortletParameters
public class ActionParametersImpl
extends BasePortletParametersImpl<javax.portlet.MutableActionParameters>
implements javax.portlet.ActionParameters
- Author:
- Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
Methods 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 javax.portlet.PortletParameters
getNames, getValue, getValues, isEmpty, size
-
Constructor Details
-
ActionParametersImpl
-