| Package | org.spicefactory.parsley.core.bootstrap |
| Interface | public interface ServiceRegistry |
| Implementors | DefaultServiceRegistry |
| Property | Defined 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 | ||
| 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