Package com.liferay.portlet.internal
Class BasePortletParametersImpl<T extends MutablePortletParameters>
Object
com.liferay.portlet.internal.BasePortletParametersImpl<T>
- All Implemented Interfaces:
PortletParameters
- Direct Known Subclasses:
ActionParametersImpl
,BaseMutablePortletParameters
,RenderParametersImpl
,ResourceParametersImpl
public abstract class BasePortletParametersImpl<T extends MutablePortletParameters>
extends Object
implements PortletParameters
- Author:
- Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasePortletParametersImpl
-
-
Method Details
-
clone
- Specified by:
clone
in interfacePortletParameters
- Overrides:
clone
in classObject
-
getNames
- Specified by:
getNames
in interfacePortletParameters
-
getValue
- Specified by:
getValue
in interfacePortletParameters
-
getValues
- Specified by:
getValues
in interfacePortletParameters
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfacePortletParameters
-
size
public int size()- Specified by:
size
in interfacePortletParameters
-
deepCopyMap
-
getParameterMap
-