| Package | org.spicefactory.parsley.core.bootstrap.impl |
| Class | public class DefaultServiceRegistry |
| Inheritance | DefaultServiceRegistry Object |
| Implements | ServiceRegistry |
| Property | Defined By | ||
|---|---|---|---|
| bindingManager : Service [read-only]
The configuration for the service that manages decoupled binding based on
publishers and subscribers. | DefaultServiceRegistry | ||
| bootstrapManager : Service [read-only]
The configuration for the service that handles the initialization of a Context. | DefaultServiceRegistry | ||
| context : Service [read-only]
The configuration for the Context implementation. | DefaultServiceRegistry | ||
| definitionRegistry : Service [read-only]
The configuration for service that allows to register object definitions. | DefaultServiceRegistry | ||
| lifecycleManager : Service [read-only]
The configuration for the service that handles the lifecycle of managed objects. | DefaultServiceRegistry | ||
| messageRouter : Service [read-only]
The configuration for the service that implements the messaging system. | DefaultServiceRegistry | ||
| persistenceManager : Service [read-only]
The configuration for the service that manages values persisted
by publishers. | DefaultServiceRegistry | ||
| scopeManager : Service [read-only]
The configuration for the service that manages the scopes for a particular Context. | DefaultServiceRegistry | ||
| viewManager : Service [read-only]
The configuration for the service that manages all aspects of view wiring. | DefaultServiceRegistry | ||
| Method | Defined By | ||
|---|---|---|---|
addParent(parent:ServiceRegistry):void
Adds a parent registry to be used to pull additional decorators and the default implementation from. | DefaultServiceRegistry | ||
| bindingManager | property |
bindingManager:Service [read-only] The configuration for the service that manages decoupled binding based on publishers and subscribers.
public function get bindingManager():Service| bootstrapManager | property |
bootstrapManager:Service [read-only] The configuration for the service that handles the initialization of a Context.
public function get bootstrapManager():Service| context | property |
context:Service [read-only] The configuration for the Context implementation.
public function get context():Service| definitionRegistry | property |
definitionRegistry:Service [read-only] The configuration for service that allows to register object definitions.
public function get definitionRegistry():Service| lifecycleManager | property |
lifecycleManager:Service [read-only] The configuration for the service that handles the lifecycle of managed objects.
public function get lifecycleManager():Service| messageRouter | property |
messageRouter:Service [read-only] The configuration for the service that implements the messaging system.
public function get messageRouter():Service| persistenceManager | property |
persistenceManager:Service [read-only] The configuration for the service that manages values persisted by publishers.
public function get persistenceManager():Service| scopeManager | property |
scopeManager:Service [read-only] The configuration for the service that manages the scopes for a particular Context.
public function get scopeManager():Service| viewManager | property |
viewManager:Service [read-only] The configuration for the service that manages all aspects of view wiring.
public function get viewManager():Service| addParent | () | method |
public function addParent(parent:ServiceRegistry):voidAdds a parent registry to be used to pull additional decorators and the default implementation from.
Parameters
parent:ServiceRegistry — a parent registry
|