Packageorg.spicefactory.parsley.core.bootstrap
Interfacepublic interface ServiceRegistry
Implementors DefaultServiceRegistry

The registry for the configurations of all seven IOC kernel services for one particular Context.



Public Properties
 PropertyDefined By
  bindingManager : Service
[read-only] The configuration for the service that manages decoupled binding based on publishers and subscribers.
ServiceRegistry
  bootstrapManager : Service
[read-only] The configuration for the service that handles the initialization of a Context.
ServiceRegistry
  context : Service
[read-only] The configuration for the Context implementation.
ServiceRegistry
  definitionRegistry : Service
[read-only] The configuration for service that allows to register object definitions.
ServiceRegistry
  lifecycleManager : Service
[read-only] The configuration for the service that handles the lifecycle of managed objects.
ServiceRegistry
  messageRouter : Service
[read-only] The configuration for the service that implements the messaging system.
ServiceRegistry
  persistenceManager : Service
[read-only] The configuration for the service that manages values persisted by publishers.
ServiceRegistry
  scopeManager : Service
[read-only] The configuration for the service that manages the scopes for a particular Context.
ServiceRegistry
  viewManager : Service
[read-only] The configuration for the service that manages all aspects of view wiring.
ServiceRegistry
Property Detail
bindingManagerproperty
bindingManager:Service  [read-only]

The configuration for the service that manages decoupled binding based on publishers and subscribers.


Implementation
    public function get bindingManager():Service
bootstrapManagerproperty 
bootstrapManager:Service  [read-only]

The configuration for the service that handles the initialization of a Context.


Implementation
    public function get bootstrapManager():Service
contextproperty 
context:Service  [read-only]

The configuration for the Context implementation.


Implementation
    public function get context():Service
definitionRegistryproperty 
definitionRegistry:Service  [read-only]

The configuration for service that allows to register object definitions.


Implementation
    public function get definitionRegistry():Service
lifecycleManagerproperty 
lifecycleManager:Service  [read-only]

The configuration for the service that handles the lifecycle of managed objects.


Implementation
    public function get lifecycleManager():Service
messageRouterproperty 
messageRouter:Service  [read-only]

The configuration for the service that implements the messaging system.


Implementation
    public function get messageRouter():Service
persistenceManagerproperty 
persistenceManager:Service  [read-only]

The configuration for the service that manages values persisted by publishers.


Implementation
    public function get persistenceManager():Service
scopeManagerproperty 
scopeManager:Service  [read-only]

The configuration for the service that manages the scopes for a particular Context.


Implementation
    public function get scopeManager():Service
viewManagerproperty 
viewManager:Service  [read-only]

The configuration for the service that manages all aspects of view wiring.


Implementation
    public function get viewManager():Service