| Package | org.spicefactory.parsley.core.bootstrap |
| Interface | public interface BootstrapInfo |
| Implementors | DefaultBootstrapInfo |
InitializingService interface. They can be used to get access to
collaborating services or other environment settings.
| Property | Defined By | ||
|---|---|---|---|
| bindingManager : Service [read-only]
The configuration for the service that manages decoupled binding based on
publishers and subscribers. | BootstrapInfo | ||
| context : Context [read-only]
The Context under construction. | BootstrapInfo | ||
| decoratorAssemblers : Array [read-only]
All decorator assemblers to apply to object definitions,
including those inherited from parent Contexts. | BootstrapInfo | ||
| description : String [read-only] | BootstrapInfo | ||
| domain : ApplicationDomain [read-only] | BootstrapInfo | ||
| globalState : GlobalStateManager [read-only]
The manager for the global state of all existing Contexts
| BootstrapInfo | ||
| lifecycleManager : ObjectLifecycleManager [read-only]
The service that handles the lifecycle of managed objects. | BootstrapInfo | ||
| messageRouter : MessageRouter [read-only]
The service that implements the messaging system. | BootstrapInfo | ||
| messageSettings : MessageSettings [read-only] | BootstrapInfo | ||
| parents : Array [read-only]
All parent Contexts that the new Context should inherit from. | BootstrapInfo | ||
| persistenceManager : Service [read-only]
The configuration for the service that manages values persisted
by publishers. | BootstrapInfo | ||
| properties : ConfigurationProperties [read-only] | BootstrapInfo | ||
| registry : ObjectDefinitionRegistry [read-only]
The registry for object definitions. | BootstrapInfo | ||
| scopeExtensions : Dictionary [read-only]
The extensions for the scopes of this Context, mapped by the Class
of the extension. | BootstrapInfo | ||
| scopeInfoRegistry : ScopeInfoRegistry [read-only]
The registry of ScopeInfo instances. | BootstrapInfo | ||
| scopeManager : ScopeManager [read-only]
The service that manages the scopes for a particular Context. | BootstrapInfo | ||
| viewManager : ViewManager [read-only]
The service that manages all aspects of view wiring. | BootstrapInfo | ||
| viewRoot : DisplayObject [read-only] | BootstrapInfo | ||
| viewSettings : ViewSettings [read-only] | BootstrapInfo | ||
| 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| context | property |
context:Context [read-only] The Context under construction.
public function get context():Context| decoratorAssemblers | property |
decoratorAssemblers:Array [read-only] All decorator assemblers to apply to object definitions, including those inherited from parent Contexts.
public function get decoratorAssemblers():Array| description | property |
description:String [read-only] public function get description():String| domain | property |
domain:ApplicationDomain [read-only] public function get domain():ApplicationDomain| globalState | property |
globalState:GlobalStateManager [read-only] The manager for the global state of all existing Contexts
public function get globalState():GlobalStateManager| lifecycleManager | property |
lifecycleManager:ObjectLifecycleManager [read-only] The service that handles the lifecycle of managed objects. Normally only needed by the Context implementation.
public function get lifecycleManager():ObjectLifecycleManager| messageRouter | property |
messageRouter:MessageRouter [read-only] The service that implements the messaging system.
public function get messageRouter():MessageRouter| messageSettings | property |
messageSettings:MessageSettings [read-only] public function get messageSettings():MessageSettings| parents | property |
parents:Array [read-only] All parent Contexts that the new Context should inherit from.
public function get parents():Array| persistenceManager | property |
persistenceManager:Service [read-only] The configuration for the service that manages values persisted by publishers.
public function get persistenceManager():Service| properties | property |
properties:ConfigurationProperties [read-only] public function get properties():ConfigurationProperties| registry | property |
registry:ObjectDefinitionRegistry [read-only] The registry for object definitions. In the bootstrap phase the registry can be used to register new object definitions.
public function get registry():ObjectDefinitionRegistry| scopeExtensions | property |
scopeExtensions:Dictionary [read-only] The extensions for the scopes of this Context, mapped by the Class of the extension.
public function get scopeExtensions():Dictionary| scopeInfoRegistry | property |
scopeInfoRegistry:ScopeInfoRegistry [read-only]
The registry of ScopeInfo instances.
In contrast to the public ScopeManager interface this
is an internal API used by some of the kernel services
during initialization.
public function get scopeInfoRegistry():ScopeInfoRegistry| scopeManager | property |
scopeManager:ScopeManager [read-only] The service that manages the scopes for a particular Context. Normally only needed by the Context implementation.
public function get scopeManager():ScopeManager| viewManager | property |
viewManager:ViewManager [read-only] The service that manages all aspects of view wiring. Normally only needed by the Context implementation.
public function get viewManager():ViewManager| viewRoot | property |
viewRoot:DisplayObject [read-only] public function get viewRoot():DisplayObject| viewSettings | property |
viewSettings:ViewSettings [read-only] public function get viewSettings():ViewSettings