Uses of Class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Packages that use AbstractBeanDefinitionParser Package Description org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.scheduling.config Support package for declarative scheduling configuration, with XML schema being the primary configuration format.org.springframework.transaction.config Support package for declarative transaction configuration, with XML schema being the primary configuration format.org.springframework.web.servlet.config Defines the XML configuration namespace for Spring MVC.Uses of AbstractBeanDefinitionParser in org.springframework.beans.factory.xml
Subclasses of AbstractBeanDefinitionParser in org.springframework.beans.factory.xml Modifier and Type Class Description classAbstractSimpleBeanDefinitionParserConvenient 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.classAbstractSingleBeanDefinitionParserBase class for thoseBeanDefinitionParserimplementations that need to parse and define just a singleBeanDefinition.Uses of AbstractBeanDefinitionParser in org.springframework.scheduling.config
Subclasses of AbstractBeanDefinitionParser in org.springframework.scheduling.config Modifier and Type Class Description classExecutorBeanDefinitionParserParser for the 'executor' element of the 'task' namespace.classScheduledTasksBeanDefinitionParserParser for the 'scheduled-tasks' element of the scheduling namespace.classSchedulerBeanDefinitionParserParser for the 'scheduler' element of the 'task' namespace.Uses of AbstractBeanDefinitionParser in org.springframework.transaction.config
Subclasses of AbstractBeanDefinitionParser in org.springframework.transaction.config Modifier and Type Class Description classJtaTransactionManagerBeanDefinitionParserParser for the <tx:jta-transaction-manager/> XML configuration element, autodetecting WebLogic and WebSphere servers and exposing the correspondingJtaTransactionManagersubclass.Uses of AbstractBeanDefinitionParser in org.springframework.web.servlet.config
Subclasses of AbstractBeanDefinitionParser in org.springframework.web.servlet.config Modifier and Type Class Description classFreeMarkerConfigurerBeanDefinitionParserParse the<mvc:freemarker-configurer>MVC namespace element and registerFreeMarkerConfigurerbean.classGroovyMarkupConfigurerBeanDefinitionParserParse the<mvc:groovy-configurer>MVC namespace element and register aGroovyConfigurerbean.classScriptTemplateConfigurerBeanDefinitionParserParse the<mvc:script-template-configurer>MVC namespace element and register aScriptTemplateConfigurerbean.classTilesConfigurerBeanDefinitionParserParse the<mvc:tiles-configurer>MVC namespace element and register a correspondingTilesConfigurerbean.