Class ParseUri

  • All Implemented Interfaces:
    Serializable, Function

    public class ParseUri
    extends Object
    implements Function
    Parse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path, query, fragment, host, port.
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseUri

        public ParseUri()
    • Method Detail

      • call

        public Object call​(Properties bindings,
                           Object[] args)
        Description copied from interface: Function
        Computes the value of the function on the given arguments
        Specified by:
        call in interface Function
        Parameters:
        bindings - the evaluation context
        args - the values of the arguments
        Returns:
        the return value of the function