Uses of Class
org.springframework.beans.factory.xml.XmlReaderContext
Packages that use XmlReaderContext
Package
Description
Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of XmlReaderContext in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml that return XmlReaderContextModifier and TypeMethodDescriptionXmlBeanDefinitionReader.createReaderContext
(Resource resource) Create theXmlReaderContext
to pass over to the document reader.final XmlReaderContext
BeanDefinitionParserDelegate.getReaderContext()
Get theXmlReaderContext
associated with this helper instance.protected final XmlReaderContext
DefaultBeanDefinitionDocumentReader.getReaderContext()
Return the descriptor for the XML resource that this parser works on.ParserContext.getReaderContext()
Methods in org.springframework.beans.factory.xml with parameters of type XmlReaderContextModifier and TypeMethodDescriptionprotected BeanDefinitionParserDelegate
DefaultBeanDefinitionDocumentReader.createDelegate
(XmlReaderContext readerContext, Element root, BeanDefinitionParserDelegate parentDelegate) void
BeanDefinitionDocumentReader.registerBeanDefinitions
(Document doc, XmlReaderContext readerContext) Read bean definitions from the given DOM document and register them with the registry in the given reader context.void
DefaultBeanDefinitionDocumentReader.registerBeanDefinitions
(Document doc, XmlReaderContext readerContext) This implementation parses bean definitions according to the "spring-beans" XSD (or DTD, historically).Constructors in org.springframework.beans.factory.xml with parameters of type XmlReaderContextModifierConstructorDescriptionBeanDefinitionParserDelegate
(XmlReaderContext readerContext) Create a new BeanDefinitionParserDelegate associated with the suppliedXmlReaderContext
.ParserContext
(XmlReaderContext readerContext, BeanDefinitionParserDelegate delegate) ParserContext
(XmlReaderContext readerContext, BeanDefinitionParserDelegate delegate, BeanDefinition containingBeanDefinition) -
Uses of XmlReaderContext in org.springframework.context.annotation
Methods in org.springframework.context.annotation with parameters of type XmlReaderContextModifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScanner
ComponentScanBeanDefinitionParser.createScanner
(XmlReaderContext readerContext, boolean useDefaultFilters) protected void
ComponentScanBeanDefinitionParser.registerComponents
(XmlReaderContext readerContext, Set<BeanDefinitionHolder> beanDefinitions, Element element)