Functiondojox.wire.ml.RestHandler._getUrl

dojo.require("dojox.wire.ml.Service");
defined in dojox/wire/ml/Service.js

If 'method' is "GET" or "DELETE", a query string is generated from a query object specified to the first parameter in 'parameters' and appended to 'url'. If 'url' contains variable seguments ("{parameter_name}"), they are replaced with corresponding parameter values, instead.

Usage

function (/*String*/ method, /*Array*/ parameters, /*String*/ url) (view source)
parametertypedescription
methodStringA method name
parametersArrayAn array of parameters
urlStringA base URL