Functiondojo.AdapterRegistry.match

dojo.require("dojo.AdapterRegistry");
defined in dojo/AdapterRegistry.js

Find an adapter for the given arguments. If no suitable adapter is found, throws an exception. match() accepts any number of arguments, all of which are passed to all matching functions from the registered pairs.

Usage

function () (view source)