| 
 | ||||||||||
| 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 BeanFactoryimplementation,
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 | NullSourceExtractorSimple implementation of SourceExtractorthat returnsnullas the source metadata. | 
|  class | PassThroughSourceExtractorSimple SourceExtractorimplementation 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 SourceExtractorto 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) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||