public interface ActionParameters extends PortletParameters
PortletParameters
provides a description of the parameter concept.
PortletParameters
,
MutableActionParameters
,
ActionRequest
,
ActionURL
Modifier and Type | Method and Description |
---|---|
MutableActionParameters |
clone()
Returns a
MutableActionParameters object encapsulating a copy of the same
parameters as the original object. |
MutableActionParameters clone()
MutableActionParameters
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.