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, setBeanParameter
addProperty, append, append, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
getRenderParameters, setPortletMode, setWindowState
getPortletMode, getWindowState
MutableActionParameters 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
,
MutableActionParameters
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.