| | Class | Description |
|---|
| | AttributeToElementPreprocessor |
Converts an attribute to an element. |
| | IdAttributePreprocessor |
Adds an "id" attribute to objects that have none defined. |
| | InnerObjectsPreprocessor |
This IXMLObjectDefinitionsPreprocessor implementation looks for inner objects, objects
that are children or grandchildren of an object, and sets their lazy-init attribute to true. |
| | MethodInvocationPreprocessor |
Preprocesses a "method-invocation" tag to a MethodInvokingObject. |
| | PropertyElementsPreprocessor |
IXMLObjectDefinitionsPreprocessor implementation that retrieves all the <configproperty/> elements
from the specified XML object, converts them into a Properties instance and adds
them to the loadedProperties collection of the specified IXMLObjectFactory instance. |
| | PropertyImportPreprocessor |
XML Preprocessor for the "import" element that imports external properties files. |
| | ScopeAttributePreprocessor |
The ScopeAttributePreprocessor makes sure that all object definitions
have a valid scope attribute.
If no scope attribute is found, a default scope="singleton" will be added. |
| | SpringNamesPreprocessor |
Preprocesses an xml context and replaces all Spring specific names with
their Spring Actionscript equivalent. |