| Package | org.spicefactory.parsley.core.bootstrap |
| Interface | public interface InitializingService |
| Implementors | DefaultContext, DefaultMessageRouter, DefaultObjectDefinitionRegistry, DefaultObjectLifecycleManager, DefaultScopeManager, DefaultViewManager |
| Method | Defined By | ||
|---|---|---|---|
init(info:BootstrapInfo):void
Invoked once after the service has been instantiated. | InitializingService | ||
| init | () | method |
public function init(info:BootstrapInfo):voidInvoked once after the service has been instantiated. The BootstrapInfo instance passed to this method gives access to the settings and collaborating services.
Parameters
info:BootstrapInfo — the environment of the Context building process
|