Uses of Package
org.springframework.beans.factory.xml
Packages that use org.springframework.beans.factory.xml
Package
Description
Support package for Groovy-based bean definitions.
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Classes in org.springframework.beans.factory.xml used by org.springframework.beans.factory.groovy
-
Classes in org.springframework.beans.factory.xml used by org.springframework.beans.factory.xmlClassDescriptionAbstract
BeanDefinitionParserimplementation providing a number of convenience methods and atemplate methodthat subclasses must override to provide the actual parsing logic.Base class for thoseBeanDefinitionParserimplementations that need to parse and define just a singleBeanDefinition.Interface used by theDefaultBeanDefinitionDocumentReaderto handle custom, nested (directly under a<bean>) tags.SPI for parsing an XML document that contains Spring bean definitions.Interface used by theDefaultBeanDefinitionDocumentReaderto handle custom, top-level (directly under<beans/>) tags.Stateful delegate class used to parse XML bean definitions.EntityResolverimplementation that delegates to aBeansDtdResolverand aPluggableSchemaResolverfor DTDs and XML schemas, respectively.Simple JavaBean that holds the defaults specified at the<beans>level in a standard Spring XML bean definition document:default-lazy-init,default-autowire, etc.Strategy interface for loading an XMLDocument.Base interface used by theDefaultBeanDefinitionDocumentReaderfor handling custom namespaces in a Spring XML configuration file.Used by theDefaultBeanDefinitionDocumentReaderto locate aNamespaceHandlerimplementation for a particular namespace URI.Support class for implementing customNamespaceHandlers.Context that gets passed along a bean definition parsing process, encapsulating all relevant configuration as well as state.Bean definition reader for XML bean definitions.Extension ofReaderContext, specific to use with anXmlBeanDefinitionReader.