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