Package | Description |
---|---|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimpleBeanDefinitionParser
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 the
Class being configured. |
class |
AbstractSingleBeanDefinitionParser
Base class for those
BeanDefinitionParser implementations that
need to parse and define just a single BeanDefinition . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorBeanDefinitionParser
Parser for the 'executor' element of the 'task' namespace.
|
class |
ScheduledTasksBeanDefinitionParser
Parser for the 'scheduled-tasks' element of the scheduling namespace.
|
class |
SchedulerBeanDefinitionParser
Parser for the 'scheduler' element of the 'task' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionManagerBeanDefinitionParser
Parser for the <tx:jta-transaction-manager/> XML configuration element,
autodetecting WebLogic and WebSphere servers and exposing the corresponding
JtaTransactionManager subclass. |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerConfigurerBeanDefinitionParser
Parse the
<mvc:freemarker-configurer> MVC namespace element and
register FreeMarkerConfigurer bean. |
class |
GroovyMarkupConfigurerBeanDefinitionParser
Parse the
<mvc:groovy-configurer> MVC namespace element and register a
GroovyConfigurer bean. |
class |
ScriptTemplateConfigurerBeanDefinitionParser
Parse the
<mvc:script-template-configurer> MVC namespace element and
register a ScriptTemplateConfigurer bean. |
class |
TilesConfigurerBeanDefinitionParser
Parse the
<mvc:tiles-configurer> MVC namespace element and register
a corresponding TilesConfigurer bean. |