public class ComponentScanBeanDefinitionParser extends java.lang.Object implements BeanDefinitionParser
<context:component-scan/>
element.Constructor and Description |
---|
ComponentScanBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected ClassPathBeanDefinitionScanner |
configureScanner(ParserContext parserContext,
org.w3c.dom.Element element) |
protected ClassPathBeanDefinitionScanner |
createScanner(XmlReaderContext readerContext,
boolean useDefaultFilters) |
protected TypeFilter |
createTypeFilter(org.w3c.dom.Element element,
java.lang.ClassLoader classLoader,
ParserContext parserContext) |
BeanDefinition |
parse(org.w3c.dom.Element element,
ParserContext parserContext)
Parse the specified
Element and register the resulting
BeanDefinition(s) with the
BeanDefinitionRegistry
embedded in the supplied ParserContext . |
protected void |
parseBeanNameGenerator(org.w3c.dom.Element element,
ClassPathBeanDefinitionScanner scanner) |
protected void |
parseScope(org.w3c.dom.Element element,
ClassPathBeanDefinitionScanner scanner) |
protected void |
parseTypeFilters(org.w3c.dom.Element element,
ClassPathBeanDefinitionScanner scanner,
ParserContext parserContext) |
protected void |
registerComponents(XmlReaderContext readerContext,
java.util.Set<BeanDefinitionHolder> beanDefinitions,
org.w3c.dom.Element element) |
public BeanDefinition parse(org.w3c.dom.Element element, ParserContext parserContext)
BeanDefinitionParser
Element
and register the resulting
BeanDefinition(s)
with the
BeanDefinitionRegistry
embedded in the supplied ParserContext
.
Implementations must return the primary BeanDefinition
that results
from the parse if they will ever be used in a nested fashion (for example as
an inner tag in a <property/>
tag). Implementations may return
null
if they will not be used in a nested fashion.
parse
in interface BeanDefinitionParser
element
- the element that is to be parsed into one or more BeanDefinitions
parserContext
- the object encapsulating the current state of the parsing process;
provides access to a BeanDefinitionRegistry
BeanDefinition
protected ClassPathBeanDefinitionScanner configureScanner(ParserContext parserContext, org.w3c.dom.Element element)
protected ClassPathBeanDefinitionScanner createScanner(XmlReaderContext readerContext, boolean useDefaultFilters)
protected void registerComponents(XmlReaderContext readerContext, java.util.Set<BeanDefinitionHolder> beanDefinitions, org.w3c.dom.Element element)
protected void parseBeanNameGenerator(org.w3c.dom.Element element, ClassPathBeanDefinitionScanner scanner)
protected void parseScope(org.w3c.dom.Element element, ClassPathBeanDefinitionScanner scanner)
protected void parseTypeFilters(org.w3c.dom.Element element, ClassPathBeanDefinitionScanner scanner, ParserContext parserContext)
protected TypeFilter createTypeFilter(org.w3c.dom.Element element, java.lang.ClassLoader classLoader, ParserContext parserContext) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException