The Spring Framework

Uses of Class
org.springframework.beans.factory.xml.NamespaceHandlerSupport

Packages that use NamespaceHandlerSupport
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" DTD. 
org.springframework.ejb.config Support package for EJB/J2EE-related 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. 
 

Uses of NamespaceHandlerSupport in org.springframework.aop.config
 

Subclasses of NamespaceHandlerSupport in org.springframework.aop.config
 class AopNamespaceHandler
          NamespaceHandler for the aop namespace.
 

Uses of NamespaceHandlerSupport in org.springframework.beans.factory.xml
 

Subclasses of NamespaceHandlerSupport in org.springframework.beans.factory.xml
 class UtilNamespaceHandler
          NamespaceHandler for the util namespace.
 

Uses of NamespaceHandlerSupport in org.springframework.ejb.config
 

Subclasses of NamespaceHandlerSupport in org.springframework.ejb.config
 class JeeNamespaceHandler
          NamespaceHandler for the 'jee' namespace.
 

Uses of NamespaceHandlerSupport in org.springframework.scripting.config
 

Subclasses of NamespaceHandlerSupport in org.springframework.scripting.config
 class LangNamespaceHandler
           
 

Uses of NamespaceHandlerSupport in org.springframework.transaction.config
 

Subclasses of NamespaceHandlerSupport in org.springframework.transaction.config
 class TxNamespaceHandler
           
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.