Central entry point for retrieving Configuration instances for the core DSL.
factory:ConfigurationFactory
The factory to use for creating Configuration instances.
Only needs to be set explicitly when the configuration DSL must be customized,
otherwise the default implementation will be used automatically.
Implementation public static function get factory():ConfigurationFactory public static function set factory(value:ConfigurationFactory):void public static function forRegistry(registry:ObjectDefinitionRegistry):Configuration
Retrieves the Configuration instance for the specified registry which
serves as the entry point for the framework's core configuration DSL.
Parameters
Returns | Configuration — the Configuration instance for the specified registry
|
Sat Apr 2 2011, 11:49 PM +01:00