public interface RenderParameters extends PortletParameters
PortletParameters,
MutableRenderParameters| Modifier and Type | Method and Description |
|---|---|
MutableRenderParameters |
clone()
Returns a
MutableRenderParameters object encapsulating a copy of the same
parameters as the original object. |
boolean |
isPublic(String name)
Returns a boolean value indicating whether the given
parameter name represents a public render parameter.
|
MutableRenderParameters clone()
MutableRenderParameters object encapsulating a copy of the same
parameters as the original object.
Changing a mutable copy will not influence the source object.
clone in interface PortletParametersboolean isPublic(String name)
true is returned, it does not mean that a public
render parameter value is set.
name - the parameter nametrue if the given parameter
name represents a public render parameter.
false otherwiseIllegalArgumentException - if name is null.Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.