Uses of Interface
org.springframework.beans.factory.xml.BeanDefinitionParser
Packages that use BeanDefinitionParser
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.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Support package for declarative transaction configuration,
with XML schema being the primary configuration format.
Defines the XML configuration namespace for Spring MVC.
- 
Uses of BeanDefinitionParser in org.springframework.beans.factory.xmlClasses in org.springframework.beans.factory.xml that implement BeanDefinitionParserModifier and TypeClassDescriptionclassAbstractBeanDefinitionParserimplementation providing a number of convenience methods and atemplate methodthat subclasses must override to provide the actual parsing logic.classConvenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on theClassbeing configured.classBase class for thoseBeanDefinitionParserimplementations that need to parse and define just a singleBeanDefinition.Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionParserModifier and TypeMethodDescriptionprotected final voidNamespaceHandlerSupport.registerBeanDefinitionParser(String elementName, BeanDefinitionParser parser) Subclasses can call this to register the suppliedBeanDefinitionParserto handle the specified element.
- 
Uses of BeanDefinitionParser in org.springframework.context.annotationClasses in org.springframework.context.annotation that implement BeanDefinitionParserModifier and TypeClassDescriptionclassParser for the <context:annotation-config/> element.classParser for the<context:component-scan/>element.
- 
Uses of BeanDefinitionParser in org.springframework.scheduling.configClasses in org.springframework.scheduling.config that implement BeanDefinitionParserModifier and TypeClassDescriptionclassParser for the 'annotation-driven' element of the 'task' namespace.classParser for the 'executor' element of the 'task' namespace.classParser for the 'scheduled-tasks' element of the scheduling namespace.classParser for the 'scheduler' element of the 'task' namespace.
- 
Uses of BeanDefinitionParser in org.springframework.transaction.configClasses in org.springframework.transaction.config that implement BeanDefinitionParserModifier and TypeClassDescriptionclassParser for the <tx:jta-transaction-manager/> XML configuration element.
- 
Uses of BeanDefinitionParser in org.springframework.web.servlet.configClasses in org.springframework.web.servlet.config that implement BeanDefinitionParserModifier and TypeClassDescriptionclassBeanDefinitionParserthat parses acorselement in order to set the CORS configuration in the various {AbstractHandlerMapping} beans created byAnnotationDrivenBeanDefinitionParser,ResourcesBeanDefinitionParserandViewControllerBeanDefinitionParser.classParse the<mvc:freemarker-configurer>MVC namespace element and registerFreeMarkerConfigurerbean.classParse the<mvc:groovy-configurer>MVC namespace element and register aGroovyConfigurerbean.classParse the<mvc:script-template-configurer>MVC namespace element and register aScriptTemplateConfigurerbean.classParses theview-resolversMVC namespace element and registersViewResolverbean definitions.