Builder that allows to register replacements or decorators for all seven IOC kernel services.
public function context():ServiceBuilder
Returns the builder for specifying the implementation or decorators for the core Context service.
Returns | ServiceBuilder — the builder for specifying the implementation or decorators for the core Context service
|
public function definitionRegistry():ServiceBuilder
Returns the builder for specifying the implementation or decorators for the service that allows
to register object definitions.
Returns | ServiceBuilder — the builder for specifying the implementation or decorators for the service that allows
to register object definitions
|
public function lifecycleManager():ServiceBuilder
Returns the builder for specifying the implementation or decorators for the service that
handles the lifecycle of managed objects.
Returns | ServiceBuilder — the builder for specifying the implementation or decorators for the service that
handles the lifecycle of managed objects
|
public function messageRouter():ServiceBuilder
Returns the builder for specifying the implementation or decorators for the messaging system.
Returns | ServiceBuilder — the builder for specifying the implementation or decorators for the messaging system
|
public function scopeManager():ServiceBuilder
Returns the builder for specifying the implementation or decorators for the service that
manages the scopes for a particular Context.
Returns | ServiceBuilder — the builder for specifying the implementation or decorators for the service that
manages the scopes for a particular Context
|
public function viewManager():ServiceBuilder
Returns the builder for specifying the implementation or decorators for the service that
manages all aspects of view wiring.
Returns | ServiceBuilder — the builder for specifying the implementation or decorators for the service that
manages all aspects of view wiring
|
Sat Apr 2 2011, 11:49 PM +01:00