public interface ActionURL extends PortletURL
MimeResponse.createActionURL().
An action URL is used to trigger an action request.
| Modifier and Type | Method and Description |
|---|---|
MutableActionParameters |
getActionParameters()
Gets the action parameter values set for this URL.
|
removePublicRenderParameter, setBeanParameteraddProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, writegetRenderParameters, setPortletMode, setWindowStategetPortletMode, getWindowStateMutableActionParameters getActionParameters()
Action parameters are additional portlet parameters added to the URL that extend the state information provided by the render parameters.
Initially the returned object is empty.
Modifying the parameter values encapsulated by the returned object directly modifies the action parameters applied to the URL.
PortletParameters provides a description of the parameter concept.
MutableActionParameters object representing
the action parameters.ActionParameters,
MutableActionParametersJava Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.