Package | Description |
---|---|
org.springframework.aop.config |
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
|
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD. |
org.springframework.cache.config |
Support package for declarative caching configuration, with XML
schema being the primary configuration format.
|
org.springframework.context.config |
Support package for advanced application context configuration,
with XML schema being the primary configuration format.
|
org.springframework.ejb.config |
Support package for EJB/Java EE-related configuration,
with XML schema being the primary configuration format.
|
org.springframework.jdbc.config |
Defines the Spring JDBC configuration namespace.
|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
org.springframework.oxm.config |
Provides an namespace handler for the Spring Object/XML namespace.
|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
org.springframework.scripting.config |
Support package for Spring's dynamic language machinery,
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.
|
org.springframework.web.socket.config |
Configuration support for WebSocket request handling.
|
Modifier and Type | Class and Description |
---|---|
class |
AopNamespaceHandler
NamespaceHandler for the aop namespace. |
Modifier and Type | Class and Description |
---|---|
class |
UtilNamespaceHandler
NamespaceHandler for the util namespace. |
Modifier and Type | Class and Description |
---|---|
class |
CacheNamespaceHandler
NamespaceHandler allowing for the configuration of declarative
cache management using either XML or using annotations. |
Modifier and Type | Class and Description |
---|---|
class |
ContextNamespaceHandler
NamespaceHandler
for the 'context ' namespace. |
Modifier and Type | Class and Description |
---|---|
class |
JeeNamespaceHandler
NamespaceHandler
for the 'jee ' namespace. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcNamespaceHandler
NamespaceHandler for JDBC configuration namespace. |
Modifier and Type | Class and Description |
---|---|
class |
JmsNamespaceHandler
A
NamespaceHandler
for the JMS namespace. |
Modifier and Type | Class and Description |
---|---|
class |
OxmNamespaceHandler
NamespaceHandler for the 'oxm ' namespace. |
Modifier and Type | Class and Description |
---|---|
class |
TaskNamespaceHandler
NamespaceHandler for the 'task' namespace. |
Modifier and Type | Class and Description |
---|---|
class |
LangNamespaceHandler
NamespaceHandler that supports the wiring of
objects backed by dynamic languages such as Groovy, JRuby and
BeanShell. |
Modifier and Type | Class and Description |
---|---|
class |
TxNamespaceHandler
NamespaceHandler allowing for the configuration of
declarative transaction management using either XML or using annotations. |
Modifier and Type | Class and Description |
---|---|
class |
MvcNamespaceHandler
NamespaceHandler for Spring MVC configuration namespace. |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketNamespaceHandler
NamespaceHandler for Spring WebSocket
configuration namespace. |