Package | Description |
---|---|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
org.springframework.context.annotation |
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
|
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 |
AbstractBeanDefinitionParser
Abstract
BeanDefinitionParser implementation providing
a number of convenience methods and a
template method
that subclasses must override to provide the actual parsing logic. |
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 | Method and Description |
---|---|
protected void |
NamespaceHandlerSupport.registerBeanDefinitionParser(String elementName,
BeanDefinitionParser parser)
Subclasses can call this to register the supplied
BeanDefinitionParser to
handle the specified element. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationConfigBeanDefinitionParser
Parser for the <context:annotation-config/> element.
|
class |
ComponentScanBeanDefinitionParser
Parser for the
<context:component-scan/> element. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationDrivenBeanDefinitionParser
Parser for the 'annotation-driven' element of the 'task' namespace.
|
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 |
CorsBeanDefinitionParser
BeanDefinitionParser that parses a
cors element in order to set the CORS configuration in the various
{AbstractHandlerMapping} beans created by AnnotationDrivenBeanDefinitionParser ,
ResourcesBeanDefinitionParser and ViewControllerBeanDefinitionParser . |
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. |
class |
ViewResolversBeanDefinitionParser
Parse the
view-resolvers MVC namespace element and register
ViewResolver bean definitions. |