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. |
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
|
class |
GroovyMarkupConfigurerBeanDefinitionParser
Parse the
|
class |
ScriptTemplateConfigurerBeanDefinitionParser
Parse the
ScriptTemplateConfigurer bean. |
class |
TilesConfigurerBeanDefinitionParser
Parse the
|