Package jakarta.portlet
Interface MutableActionParameters
-
- All Superinterfaces:
ActionParameters,Mutable,MutablePortletParameters,PortletParameters
- All Known Implementing Classes:
MutableActionParametersWrapper
public interface MutableActionParameters extends MutablePortletParameters, ActionParameters
Action parameters are additional portlet parameters added to the portlet URL or provided by the client that extend the state information provided by the render parameters. The client can supply additional action parameters when a form is submitted, for example.The
MutableActionParametersinterface provides methods for modifying the action parameters attached to a portlet action URL.If the
MutableActionParametersobject 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.RenderStateprovides a description of the render state.PortletParametersprovides a description of the parameter concept.- Since:
- 3.0
- See Also:
RenderState,PortletParameters,ActionParameters,ActionRequest,ActionURL
-
-
Method Summary
-
Methods inherited from interface jakarta.portlet.ActionParameters
clone
-
Methods inherited from interface jakarta.portlet.MutablePortletParameters
add, clear, getNames, removeParameter, set, setValue, setValues
-
Methods inherited from interface jakarta.portlet.PortletParameters
getValue, getValues, isEmpty, size
-
-