public interface ResourceParameters extends PortletParameters
PortletParameters
provides a description of the parameter concept.
PortletParameters
,
MutableResourceParameters
,
ResourceRequest
,
ResourceURL
Modifier and Type | Method and Description |
---|---|
MutableResourceParameters |
clone()
Returns a
MutableResourceParameters object encapsulating a copy of the same
parameters as the original object. |
MutableResourceParameters clone()
MutableResourceParameters
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 PortletParameters
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.