| Interface | Description | |
|---|---|---|
| IObjectDefinitionResolver | Objects implementing this interface are used to retrieve an IObjectDefinition for already existing objects to be wired. |
| Class | Description | |
|---|---|---|
| DefaultAutowiringStageProcessor | IStageProcessor implementation that is created by default by the FlexXMLApplicationContext to perform autowiring and dependency injection on stage components. | |
| DefaultFlexAutowiringStageProcessor | ||
| DefaultObjectDefinitionResolver | Default IObjectDefinitionResolver used for wiring. | |
| DefaultSpringObjectSelector | Default IObjectSelector used for Spring Actionscript stage wiring. | |
| DefaultStageObjectDestroyer | ||
| GenericStageProcessor | This IStageProcessor uses certain stage components to be assigned to a specified target object. | |
| IgnoreModuleObjectSelector | ||
| PopupAndTooltipWireManager | ||
| SpringStageObjectProcessorRegistry | ||
| StageProcessorFactoryPostprocessor | IObjectFactoryPostProcessor implementation that retrieves all the IStageProcessor from the IConfigurableListableObjectFactory instance and registers them by invoking the registerStageProcessor() method on the IStageProcessorRegistry instance. |