Protected
proxyMapping of proxyNames to IProxy instances
Protected
Static
instanceSingleton instance
Protected
Static
SINGLETON_Message Constants
Protected
initializeRegister a Proxy
with the Model
.
The proxy instance to be registered.
Static
get
A Singleton
Model
implementation.In PureMVC, the
Model
class provides access to model objects (Proxies) by named lookup.The
Model
assumes these responsibilities:Proxy
instances.Proxy
instances.Your application must register
Proxy
instances with theModel
. Typically, you use anCommand
to create and registerProxy
instances once theFacade
has initialized the Core actors.See
Proxy
Model