Uses of Class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Packages that use AbstractBeanDefinitionParser
Package
Description
Contains an abstract XML-based 
BeanFactory implementation,
 including a standard "spring-beans" XSD.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 AbstractBeanDefinitionParser in org.springframework.beans.factory.xmlSubclasses of AbstractBeanDefinitionParser in org.springframework.beans.factory.xmlModifier and TypeClassDescriptionclassConvenient 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.
- 
Uses of AbstractBeanDefinitionParser in org.springframework.scheduling.configSubclasses of AbstractBeanDefinitionParser in org.springframework.scheduling.configModifier and TypeClassDescriptionclassParser 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 AbstractBeanDefinitionParser in org.springframework.transaction.configSubclasses of AbstractBeanDefinitionParser in org.springframework.transaction.configModifier and TypeClassDescriptionclassParser for the <tx:jta-transaction-manager/> XML configuration element.
- 
Uses of AbstractBeanDefinitionParser in org.springframework.web.servlet.configSubclasses of AbstractBeanDefinitionParser in org.springframework.web.servlet.configModifier and TypeClassDescriptionclassParse 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.