The org.springextension.actionscript.ioc.factory.config package contains configuration factory classes
| Interface | Description | |
|---|---|---|
| IConfigurableListableObjectFactory |
This interface combines IConfigurableObjectFactory and IListableObjectFactory
Author: Christophe Herreman |
|
| IConfigurableObjectFactory | Defines the methods for configuring object factories. | |
| IObjectFactoryPostProcessor |
Author: Christophe Herreman |
|
| IObjectPostProcessor |
Author: Christophe Herreman |
|
| IObjectReference | Exposes a reference to an object by its name. |
| Class | Description | |
|---|---|---|
| AbstractFactoryObject |
Author: Christophe Herreman |
|
| CustomEditorConfigurer | IObjectFactoryPostProcessor implementation that allows for convenient registration of custom property editors. | |
| FieldRetrievingFactoryObject |
Author: Christophe Herreman |
|
| LoggingTargetFactoryObject |
Creates a new LoggingTargetFactoryObject. |
|
| LoggingTargetObjectPostProcessor | Object post processor for ILoggingTarget implementations that will add all ILoggingTarget objects found in the application context to the Log via "addTarget". | |
| ObjectFactoryAwarePostProcessor | Post processes object by setting the object container as a property on the object if it implementens IObjectContainerAware. | |
| RandomNumberFactoryObject |
Author: Christophe Herreman |
|
| RequiredMetadataObjectPostProcessor | ObjectPostProcessor implementation that enforces required properties to have been configured. | |
| RuntimeObjectReference | Immutable placeholder class used for a property value object when it's a reference to another object in the factory, to be resolved at runtime. |