The Proxy Providers Interface
The proxy providers interface maintains a list of all the proxy provider instances.
There is only one proxy providers interface and it can always be found at jancy.proxyProviders
.
Methods
proxyProviders.createProvider(factory, state)
factory
(Proxy provider factory object
)state
(any
)
Create a proxy provider
using the provided factory
and state
.
profileProviders.saveProvider(provider)
provider
(Proxy provider instance
)
Saves the given provider
.