Uses of Interface
org.springframework.beans.factory.xml.NamespaceHandler
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 NamespaceHandler in org.springframework.aop.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
for theaop
namespace. -
Uses of NamespaceHandler in org.springframework.beans.factory.xml
Modifier and TypeClassDescriptionclass
Support class for implementing customNamespaceHandlers
.class
SimpleNamespaceHandler
implementation that maps custom attributes directly through to bean properties.class
SimpleNamespaceHandler
implementation that maps custom attributes directly through to bean properties.class
NamespaceHandler
for theutil
namespace.Modifier and TypeMethodDescriptionLocate theNamespaceHandler
for the supplied namespace URI from the configured mappings.Resolve the namespace URI and return the locatedNamespaceHandler
implementation. -
Uses of NamespaceHandler 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 NamespaceHandler in org.springframework.context.config
-
Uses of NamespaceHandler in org.springframework.ejb.config
-
Uses of NamespaceHandler in org.springframework.jdbc.config
-
Uses of NamespaceHandler in org.springframework.jms.config
-
Uses of NamespaceHandler in org.springframework.oxm.config
-
Uses of NamespaceHandler in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
for the 'task' namespace. -
Uses of NamespaceHandler 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 NamespaceHandler 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 NamespaceHandler in org.springframework.web.servlet.config
-
Uses of NamespaceHandler in org.springframework.web.socket.config
Modifier and TypeClassDescriptionclass
NamespaceHandler
for Spring WebSocket configuration namespace.