Packageorg.spicefactory.parsley.core.bootstrap.impl
Classpublic class DefaultBootstrapManager
InheritanceDefaultBootstrapManager Inheritance Object
Implements BootstrapManager

Default implementation of the BootstrapManager interface.



Public Properties
 PropertyDefined By
  config : BootstrapConfig
[read-only] The configuration to be used when building a new Context.
DefaultBootstrapManager
Public Methods
 MethodDefined By
  
Creates a new processor responsible for applying the configuration and initializing a new Context.
DefaultBootstrapManager
Property Detail
configproperty
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
Method Detail
createProcessor()method
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