public interface SpringXmlPreprocessor
Modifier and Type | Method | Description |
---|---|---|
void |
preprocess(SpringApplicationContext applicationContext,
org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader,
Document document) |
Preprocesses the xml document which is being loaded by the specified application context and is being read by the
specified xml reader.
|
void preprocess(SpringApplicationContext applicationContext, org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader, Document document)
applicationContext
- the application context which is being loadedreader
- the xml reader that read the documentdocument
- the xml document to readCopyright © 2005–2018. All rights reserved.