public interface MutableRenderParameters extends MutablePortletParameters, RenderParameters
For example, these methods can be used to set render parameters on
a PortletURL
object.
The modified parameters will be available during requests
triggered by the URL.
If the MutableRenderParameters
object was retrieved from
a response or a URL, changes made will be applied to that response or URL.
The modified parameters will be available during subsequent requests as defined
by the response or URL object.
RenderState
provides a description of the render state.
PortletParameters
provides a description of the parameter concept.
RenderState
,
MutablePortletParameters
,
RenderParameters
Modifier and Type | Method and Description |
---|---|
void |
clearPrivate()
Clears all private parameters that are present in the
MutableRenderParameters object. |
void |
clearPublic()
Clears all public parameters that are present in the
MutableRenderParameters object. |
add, clear, getNames, removeParameter, set, setValue, setValues
clone, isPublic
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.