Default implementation of the BootstrapManager interface.
 
 
config:BootstrapConfig  [read-only] 
	 
	 The configuration to be used when building a new Context.
	 Can be used to specify settings, configuration processors and replacements or decorators for the kenerl services.
	 
 Implementation     public function get config():BootstrapConfig public function createProcessor():BootstrapProcessor
	 
	 Creates a new processor responsible for applying the configuration and initializing a new Context.
	 
	 
Returns | BootstrapProcessor — a new processor responsible for applying the configuration and initializing a new Context
	  | 
Mon Feb 6 2012, 01:04 AM +01:00