The org.pranaframework.ioc.factory.xml.parser.preprocessors package contains the preprocessor classes
| Class | Description | |
|---|---|---|
| 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. | |
| 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. |