| Package | Description |
|---|---|
| org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
| org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
| Modifier and Type | Class and Description |
|---|---|
class |
NullSourceExtractor
Simple implementation of
SourceExtractor that returns null
as the source metadata. |
class |
PassThroughSourceExtractor
Simple
SourceExtractor implementation that just passes
the candidate source metadata object through for attachment. |
| Modifier and Type | Method and Description |
|---|---|
SourceExtractor |
ReaderContext.getSourceExtractor()
Return the source extractor in use.
|
| Constructor and Description |
|---|
ReaderContext(org.springframework.core.io.Resource resource,
ProblemReporter problemReporter,
ReaderEventListener eventListener,
SourceExtractor sourceExtractor)
Construct a new
ReaderContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlBeanDefinitionReader.setSourceExtractor(SourceExtractor sourceExtractor)
Specify the
SourceExtractor to use. |
| Constructor and Description |
|---|
XmlReaderContext(org.springframework.core.io.Resource resource,
ProblemReporter problemReporter,
ReaderEventListener eventListener,
SourceExtractor sourceExtractor,
XmlBeanDefinitionReader reader,
NamespaceHandlerResolver namespaceHandlerResolver)
Construct a new
XmlReaderContext. |