| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanDefinitionParser | |
|---|---|
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| 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 BeanDefinitionParser in org.springframework.beans.factory.xml | 
|---|
| Classes in org.springframework.beans.factory.xml that implement BeanDefinitionParser | |
|---|---|
|  class | AbstractBeanDefinitionParserAbstract BeanDefinitionParserimplementation providing
 a number of convenience methods and atemplate methodthat subclasses must override to provide the actual parsing logic. | 
|  class | AbstractSimpleBeanDefinitionParserConvenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Classbeing configured. | 
|  class | AbstractSingleBeanDefinitionParserBase class for those BeanDefinitionParserimplementations that
 need to parse and define just a singleBeanDefinition. | 
| Methods in org.springframework.beans.factory.xml that return BeanDefinitionParser | |
|---|---|
| protected  BeanDefinitionParser | NamespaceHandlerSupport.findParserForElement(Element element)Deprecated. as of Spring 2.0.2; there should be no need to call this directly. | 
| Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionParser | |
|---|---|
| protected  void | NamespaceHandlerSupport.registerBeanDefinitionParser(String elementName,
                             BeanDefinitionParser parser)Subclasses can call this to register the supplied BeanDefinitionParserto
 handle the specified element. | 
| Uses of BeanDefinitionParser in org.springframework.context.annotation | 
|---|
| Classes in org.springframework.context.annotation that implement BeanDefinitionParser | |
|---|---|
|  class | AnnotationConfigBeanDefinitionParserParser for the <context:annotation-config/> element. | 
|  class | ComponentScanBeanDefinitionParserParser for the <context:component-scan/> element. | 
| Uses of BeanDefinitionParser in org.springframework.scripting.config | 
|---|
| Classes in org.springframework.scripting.config that implement BeanDefinitionParser | |
|---|---|
|  class | ScriptingDefaultsParser | 
| Uses of BeanDefinitionParser in org.springframework.transaction.config | 
|---|
| Classes in org.springframework.transaction.config that implement BeanDefinitionParser | |
|---|---|
|  class | JtaTransactionManagerBeanDefinitionParserParser for the <tx:jta-transaction-manager/> element, autodetecting BEA WebLogic, IBM WebSphere and Oracle OC4J. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||