Uses of Class
org.springframework.beans.factory.xml.NamespaceHandlerSupport
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.Support package for declarative caching configuration, with XML
schema being the primary configuration format.
Support package for advanced application context configuration,
with XML schema being the primary configuration format.
Support package for EJB/Jakarta EE-related configuration,
with XML schema being the primary configuration format.
Defines the Spring JDBC configuration namespace.
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
Provides an namespace handler for the Spring Object/XML namespace.
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
Support package for Spring's dynamic language machinery,
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.
Configuration support for WebSocket request handling.
-
Uses of NamespaceHandlerSupport in org.springframework.aop.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
for theaop
namespace. -
Uses of NamespaceHandlerSupport in org.springframework.beans.factory.xml
-
Uses of NamespaceHandlerSupport in org.springframework.cache.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
allowing for the configuration of declarative cache management using either XML or using annotations. -
Uses of NamespaceHandlerSupport in org.springframework.context.config
-
Uses of NamespaceHandlerSupport in org.springframework.ejb.config
-
Uses of NamespaceHandlerSupport in org.springframework.jdbc.config
-
Uses of NamespaceHandlerSupport in org.springframework.jms.config
-
Uses of NamespaceHandlerSupport in org.springframework.oxm.config
-
Uses of NamespaceHandlerSupport in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
for the 'task' namespace. -
Uses of NamespaceHandlerSupport in org.springframework.scripting.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
that supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell. -
Uses of NamespaceHandlerSupport in org.springframework.transaction.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
allowing for the configuration of declarative transaction management using either XML or using annotations. -
Uses of NamespaceHandlerSupport in org.springframework.web.servlet.config
-
Uses of NamespaceHandlerSupport in org.springframework.web.socket.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
for Spring WebSocket configuration namespace.