com.ibm.portal.portletmodel
Interface PublicRenderParameterProvider

All Known Subinterfaces:
ModifiablePortletDefinition, PortletDefinition

public interface PublicRenderParameterProvider

Interface to access the public render parameters of a portlet.

Since:
8.0

Method Summary
 PublicRenderParameterList<? extends PublicRenderParameter> getPublicRenderParameters()
          Returns a searchable and iterable list containing the public render parameters of the portlet.
 

Method Detail

getPublicRenderParameters

PublicRenderParameterList<? extends PublicRenderParameter> getPublicRenderParameters()
                                                                                     throws ModelException
Returns a searchable and iterable list containing the public render parameters of the portlet.

Returns:
A list containing PublicRenderParameter objects. The returned list may be empty but never null.
Throws:
ModelException