public interface MutableActionParameters extends MutablePortletParameters, ActionParameters
The MutableActionParameters
interface provides methods for modifying
the action parameters attached to a portlet action URL.
If the MutableActionParameters
object was retrieved from
a URL, changes made will be applied to the URL.
The modified parameters will be available during requests
triggered by the URL.
RenderState
provides a description of the render state.
PortletParameters
provides a description of the parameter concept.
RenderState
,
PortletParameters
,
ActionParameters
,
ActionRequest
,
ActionURL
add, clear, getNames, removeParameter, set, setValue, setValues
clone
getValue, getValues, isEmpty, size
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.