Packageorg.springextensions.actionscript.ioc.factory.config
SVN browsingCustomEditorConfigurer.as
FisheyeCustomEditorConfigurer.as
Classpublic class CustomEditorConfigurer
ImplementsIObjectFactoryPostProcessor

IObjectFactoryPostProcessor implementation that allows for convenient registration of custom property editors.



Public Properties
 PropertyDefined by
  customEditors : Object
[write-only] Sets the customer editors for this configurer.
CustomEditorConfigurer
Public Methods
 MethodDefined by
  
Creates a new CustomEditorConfigurer.
CustomEditorConfigurer
  
Modify the application context's internal object factory after its standard initialization.
CustomEditorConfigurer
Property detail
customEditorsproperty
customEditors:Object  [write-only]

Sets the customer editors for this configurer.

Implementation
    public function set customEditors(value:Object):void
Constructor detail
CustomEditorConfigurer()constructor
public function CustomEditorConfigurer()

Creates a new CustomEditorConfigurer.

Method detail
postProcessObjectFactory()method
public function postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):void

Modify the application context's internal object factory after its standard initialization. All object definitions will have been loaded, but no objects will have been instantiated yet. This allows for overriding or adding properties even to eager-initializing objects.

Parameters
objectFactory:IConfigurableListableObjectFactory — the object factory used by the application context