The Proxy Resolver Registry Interface
The proxy resolver registry maintains a list of all registers proxy resolvers.
There is only one proxy resolver registry and it can always be found at jancy.proxyResolvers.
Methods
proxyResolvers.addResolver(resolver)
resolver(object) see the project here for an example of what this object needs to look like
Adds a resolver to the registry.
proxyResolvers.removeResolver(resolver)
resolver(object) see the project here for an example of what this object needs to look like
Removes a resolver from the registry previously added via proxyResolvers.addResolver.