Interface ActionURL

    • Method Detail

      • getActionParameters

        MutableActionParameters getActionParameters()
        Gets the action parameter values set for this URL.

        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.

        Returns:
        a MutableActionParameters object representing the action parameters.
        See Also:
        ActionParameters, MutableActionParameters