Uses of Class
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
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 AbstractSingleBeanDefinitionParser in org.springframework.beans.factory.xml
Modifier and TypeClassDescriptionclass
Convenient 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 theClass
being configured. -
Uses of AbstractSingleBeanDefinitionParser in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
Parser for the 'executor' element of the 'task' namespace.class
Parser for the 'scheduled-tasks' element of the scheduling namespace.class
Parser for the 'scheduler' element of the 'task' namespace. -
Uses of AbstractSingleBeanDefinitionParser in org.springframework.transaction.config
Modifier and TypeClassDescriptionclass
Parser for the <tx:jta-transaction-manager/> XML configuration element. -
Uses of AbstractSingleBeanDefinitionParser in org.springframework.web.servlet.config
Modifier and TypeClassDescriptionclass
Parse the<mvc:freemarker-configurer>
MVC namespace element and registerFreeMarkerConfigurer
bean.class
Parse the<mvc:groovy-configurer>
MVC namespace element and register aGroovyConfigurer
bean.class
Parse the<mvc:script-template-configurer>
MVC namespace element and register aScriptTemplateConfigurer
bean.