Uses of Class
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Packages that use XmlBeanDefinitionReader Package Description org.springframework.beans.factory.groovy Support package for Groovy-based bean definitions.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.Uses of XmlBeanDefinitionReader in org.springframework.beans.factory.groovy
Constructors in org.springframework.beans.factory.groovy with parameters of type XmlBeanDefinitionReader Constructor Description GroovyBeanDefinitionReader(XmlBeanDefinitionReader xmlBeanDefinitionReader)Create a newGroovyBeanDefinitionReaderbased on the givenXmlBeanDefinitionReader, loading bean definitions into itsBeanDefinitionRegistryand delegating Groovy DSL loading to it.Uses of XmlBeanDefinitionReader in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml that return XmlBeanDefinitionReader Modifier and Type Method Description XmlBeanDefinitionReaderXmlReaderContext. getReader()Return the XML bean definition reader in use.Constructors in org.springframework.beans.factory.xml with parameters of type XmlBeanDefinitionReader Constructor Description XmlReaderContext(Resource resource, ProblemReporter problemReporter, ReaderEventListener eventListener, SourceExtractor sourceExtractor, XmlBeanDefinitionReader reader, NamespaceHandlerResolver namespaceHandlerResolver)Construct a newXmlReaderContext.Uses of XmlBeanDefinitionReader in org.springframework.context.support
Methods in org.springframework.context.support that return XmlBeanDefinitionReader Modifier and Type Method Description XmlBeanDefinitionReaderGenericXmlApplicationContext. getReader()Exposes the underlyingXmlBeanDefinitionReaderfor additional configuration facilities andloadBeanDefinitionvariations.Methods in org.springframework.context.support with parameters of type XmlBeanDefinitionReader Modifier and Type Method Description protected voidAbstractXmlApplicationContext. initBeanDefinitionReader(XmlBeanDefinitionReader reader)Initialize the bean definition reader used for loading the bean definitions of this context.protected voidAbstractXmlApplicationContext. loadBeanDefinitions(XmlBeanDefinitionReader reader)Load the bean definitions with the given XmlBeanDefinitionReader.Uses of XmlBeanDefinitionReader in org.springframework.web.context.support
Methods in org.springframework.web.context.support with parameters of type XmlBeanDefinitionReader Modifier and Type Method Description protected voidXmlWebApplicationContext. initBeanDefinitionReader(XmlBeanDefinitionReader beanDefinitionReader)Initialize the bean definition reader used for loading the bean definitions of this context.protected voidXmlWebApplicationContext. loadBeanDefinitions(XmlBeanDefinitionReader reader)Load the bean definitions with the given XmlBeanDefinitionReader.