接口的使用
org.springframework.beans.factory.xml.NamespaceHandler
使用NamespaceHandler的程序包 程序包 说明 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-basedBeanFactoryimplementation, 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.org.springframework.aop.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.aop.config中的类 修饰符和类型 类 说明 classAopNamespaceHandlerNamespaceHandlerfor theaopnamespace.org.springframework.beans.factory.xml中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.beans.factory.xml中的类 修饰符和类型 类 说明 classNamespaceHandlerSupportSupport class for implementing customNamespaceHandlers.classSimpleConstructorNamespaceHandlerSimpleNamespaceHandlerimplementation that maps custom attributes directly through to bean properties.classSimplePropertyNamespaceHandlerSimpleNamespaceHandlerimplementation that maps custom attributes directly through to bean properties.classUtilNamespaceHandlerNamespaceHandlerfor theutilnamespace.返回NamespaceHandler的org.springframework.beans.factory.xml中的方法 修饰符和类型 方法 说明 NamespaceHandlerDefaultNamespaceHandlerResolver. resolve(String namespaceUri)Locate theNamespaceHandlerfor the supplied namespace URI from the configured mappings.NamespaceHandlerNamespaceHandlerResolver. resolve(String namespaceUri)Resolve the namespace URI and return the locatedNamespaceHandlerimplementation.org.springframework.cache.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.cache.config中的类 修饰符和类型 类 说明 classCacheNamespaceHandlerNamespaceHandlerallowing for the configuration of declarative cache management using either XML or using annotations.org.springframework.context.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.context.config中的类 修饰符和类型 类 说明 classContextNamespaceHandlerNamespaceHandlerfor the 'context' namespace.org.springframework.ejb.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.ejb.config中的类 修饰符和类型 类 说明 classJeeNamespaceHandlerNamespaceHandlerfor the 'jee' namespace.org.springframework.jdbc.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.jdbc.config中的类 修饰符和类型 类 说明 classJdbcNamespaceHandlerNamespaceHandlerfor JDBC configuration namespace.org.springframework.jms.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.jms.config中的类 修饰符和类型 类 说明 classJmsNamespaceHandlerANamespaceHandlerfor the JMS namespace.org.springframework.oxm.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.oxm.config中的类 修饰符和类型 类 说明 classOxmNamespaceHandlerNamespaceHandlerfor the 'oxm' namespace.org.springframework.scheduling.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.scheduling.config中的类 修饰符和类型 类 说明 classTaskNamespaceHandlerNamespaceHandlerfor the 'task' namespace.org.springframework.scripting.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.scripting.config中的类 修饰符和类型 类 说明 classLangNamespaceHandlerNamespaceHandlerthat supports the wiring of objects backed by dynamic languages such as Groovy, JRuby and BeanShell.org.springframework.transaction.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.transaction.config中的类 修饰符和类型 类 说明 classTxNamespaceHandlerNamespaceHandlerallowing for the configuration of declarative transaction management using either XML or using annotations.org.springframework.web.servlet.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.web.servlet.config中的类 修饰符和类型 类 说明 classMvcNamespaceHandlerNamespaceHandlerfor Spring MVC configuration namespace.org.springframework.web.socket.config中NamespaceHandler的使用
实现NamespaceHandler的org.springframework.web.socket.config中的类 修饰符和类型 类 说明 classWebSocketNamespaceHandlerNamespaceHandlerfor Spring WebSocket configuration namespace.