The org.springextension.actionscript.ioc.factory.xml.parser.preprocessors package contains the preprocessor classes



Classes
 ClassDescription
 AttributeToElementPreprocessor Converts an attribute to an element.
 IdAttributePreprocessor Adds an "id" attribute to objects that have none defined.
 MethodInvocationPreprocessor Preprocesses a "method-invocation" tag to a MethodInvokingObject.
 ParentAttributePreprocessor Preprocesses parent-child objects so that all parent attributes and elements are copied to the child if they are not defined by the child object.
 PropertiesPreprocessor Replaces all properties placeholders in the xml of the application context with the values in the Properties objects.
 ScopeAttributePrepocessor The ScopeAttributePrepocessor makes sure that all object definitions have a valid scope attribute.
 SpringNamesPreprocessor Preprocesses an xml context and replaces all Spring specific names with their Prana equivalent.This enables you to load in a Spring compliant context and parse it with Prana.
 TemplatePreprocessor The TemplatePreprocessor is used to apply all templates to the xml context.