Package com.liferay.portlet.internal
Class RenderParametersImpl
Object
com.liferay.portlet.internal.BasePortletParametersImpl<MutableRenderParameters>
com.liferay.portlet.internal.RenderParametersImpl
- All Implemented Interfaces:
LiferayRenderParameters,PortletParameters,RenderParameters
public class RenderParametersImpl
extends BasePortletParametersImpl<MutableRenderParameters>
implements LiferayRenderParameters
- Author:
- Neil Griffin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the public render parameter names.booleanMethods 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.PortletParameters
getNames, getValue, getValues, isEmpty, sizeMethods inherited from interface javax.portlet.RenderParameters
clone
-
Constructor Details
-
RenderParametersImpl
-
-
Method Details
-
getPublicRenderParameterNames
Description copied from interface:LiferayRenderParametersReturns the public render parameter names.- Specified by:
getPublicRenderParameterNamesin interfaceLiferayRenderParameters- Returns:
- the public render parameter names
-
isPublic
- Specified by:
isPublicin interfaceRenderParameters
-