|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpringXmlPreprocessor
SpringXmlPreprocessor preprocesses the xml Document before it is passed to Spring for processing.
Method Summary | |
---|---|
void |
preprocess(SpringApplicationContext applicationContext,
org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader,
org.w3c.dom.Document document)
Preprocesses the xml document which is being loaded by the specified application context and is being read by the specified xml reader. |
Method Detail |
---|
void preprocess(SpringApplicationContext applicationContext, org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader, org.w3c.dom.Document document)
applicationContext
- the application context which is being loadedreader
- the xml reader that read the documentdocument
- the xml document to read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |