Class ActionURLWrapper

    • Constructor Detail

      • ActionURLWrapper

        public ActionURLWrapper​(ActionURL wrapped)
        Parameters:
        wrapped - the wrapped object to set.
        Throws:
        IllegalArgumentException - if the ActionURL is null.
    • Method Detail

      • setWrapped

        public void setWrapped​(ActionURL wrapped)
        Sets the wrapped object.
        Parameters:
        wrapped - the wrapped object to set.
        Throws:
        IllegalArgumentException - if the ActionURL is null.
      • getActionParameters

        public MutableActionParameters getActionParameters()
        Description copied from interface: ActionURL
        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.

        Specified by:
        getActionParameters in interface ActionURL
        Returns:
        a MutableActionParameters object representing the action parameters.
        See Also:
        ActionParameters, MutableActionParameters