|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceExtractor | |
---|---|
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" DTD. |
Uses of SourceExtractor in org.springframework.beans.factory.parsing |
---|
Classes in org.springframework.beans.factory.parsing that implement SourceExtractor | |
---|---|
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. |
Methods in org.springframework.beans.factory.parsing that return SourceExtractor | |
---|---|
SourceExtractor |
ReaderContext.getSourceExtractor()
|
Constructors in org.springframework.beans.factory.parsing with parameters of type SourceExtractor | |
---|---|
ReaderContext(Resource resource,
ProblemReporter problemReporter,
ReaderEventListener eventListener,
SourceExtractor sourceExtractor)
|
Uses of SourceExtractor in org.springframework.beans.factory.xml |
---|
Methods in org.springframework.beans.factory.xml with parameters of type SourceExtractor | |
---|---|
void |
XmlBeanDefinitionReader.setSourceExtractor(SourceExtractor sourceExtractor)
Specify the SourceExtractor to use. |
Constructors in org.springframework.beans.factory.xml with parameters of type SourceExtractor | |
---|---|
XmlReaderContext(Resource resource,
ProblemReporter problemReporter,
ReaderEventListener eventListener,
SourceExtractor sourceExtractor,
XmlBeanDefinitionReader reader,
NamespaceHandlerResolver namespaceHandlerResolver)
|
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |