Uses of Class
org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Packages that use XmlBeanDefinitionReader
Package
Description
Support package for Groovy-based bean definitions.
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Classes supporting the
org.springframework.web.context package,
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 XmlBeanDefinitionReaderModifierConstructorDescriptionGroovyBeanDefinitionReader(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 XmlBeanDefinitionReaderModifier and TypeMethodDescriptionfinal XmlBeanDefinitionReaderXmlReaderContext.getReader()Return the XML bean definition reader in use.Constructors in org.springframework.beans.factory.xml with parameters of type XmlBeanDefinitionReaderModifierConstructorDescriptionXmlReaderContext(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 XmlBeanDefinitionReaderModifier and TypeMethodDescriptionfinal XmlBeanDefinitionReaderGenericXmlApplicationContext.getReader()Exposes the underlyingXmlBeanDefinitionReaderfor additional configuration facilities andloadBeanDefinitionvariations.Methods in org.springframework.context.support with parameters of type XmlBeanDefinitionReaderModifier and TypeMethodDescriptionprotected 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 XmlBeanDefinitionReaderModifier and TypeMethodDescriptionprotected 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.