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 newGroovyBeanDefinitionReader
based on the givenXmlBeanDefinitionReader
, loading bean definitions into itsBeanDefinitionRegistry
and 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 XmlBeanDefinitionReader
XmlReaderContext.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 XmlBeanDefinitionReader
GenericXmlApplicationContext.getReader()
Exposes the underlyingXmlBeanDefinitionReader
for additional configuration facilities andloadBeanDefinition
variations.Methods in org.springframework.context.support with parameters of type XmlBeanDefinitionReaderModifier and TypeMethodDescriptionprotected void
AbstractXmlApplicationContext.initBeanDefinitionReader
(XmlBeanDefinitionReader reader) Initialize the bean definition reader used for loading the bean definitions of this context.protected void
AbstractXmlApplicationContext.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 void
XmlWebApplicationContext.initBeanDefinitionReader
(XmlBeanDefinitionReader beanDefinitionReader) Initialize the bean definition reader used for loading the bean definitions of this context.protected void
XmlWebApplicationContext.loadBeanDefinitions
(XmlBeanDefinitionReader reader) Load the bean definitions with the given XmlBeanDefinitionReader.