Uses of Interface
org.springframework.beans.factory.xml.BeanDefinitionParser
Packages that use BeanDefinitionParser
Package
Description
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" XSD.-
Uses of BeanDefinitionParser in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement BeanDefinitionParserModifier and TypeClassDescriptionclassAbstractBeanDefinitionParserimplementation providing a number of convenience methods and atemplate methodthat subclasses must override to provide the actual parsing logic.classConvenient 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 theClassbeing configured.classBase class for thoseBeanDefinitionParserimplementations that need to parse and define just a singleBeanDefinition.Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionParserModifier and TypeMethodDescriptionprotected final voidNamespaceHandlerSupport.registerBeanDefinitionParser(String elementName, BeanDefinitionParser parser) Subclasses can call this to register the suppliedBeanDefinitionParserto handle the specified element.