| Package | org.springextensions.actionscript.ioc.factory.config |
| SVN browsing | CustomEditorConfigurer.as |
| Fisheye | CustomEditorConfigurer.as |
| Class | public class CustomEditorConfigurer |
| Implements | IObjectFactoryPostProcessor |
IObjectFactoryPostProcessor implementation that allows for convenient
registration of custom property editors.
| Property | Defined by | ||
|---|---|---|---|
| customEditors : Object [write-only]
Sets the customer editors for this configurer.
| CustomEditorConfigurer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new CustomEditorConfigurer.
| CustomEditorConfigurer | ||
|
postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):void
Modify the application context's internal object factory after its standard
initialization.
| CustomEditorConfigurer | ||
| customEditors | property |
customEditors:Object [write-only]Sets the customer editors for this configurer.
Implementation public function set customEditors(value:Object):void
| CustomEditorConfigurer | () | constructor |
public function CustomEditorConfigurer()Creates a new CustomEditorConfigurer.
| postProcessObjectFactory | () | method |
public function postProcessObjectFactory(objectFactory:IConfigurableListableObjectFactory):voidModify 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.
ParametersobjectFactory:IConfigurableListableObjectFactory — the object factory used by the application context
|