public class

ComponentScanBeanDefinitionParser

extends AbstractSpecificationBeanDefinitionParser
java.lang.Object
   ↳ org.springframework.context.config.AbstractSpecificationBeanDefinitionParser
     ↳ org.springframework.context.annotation.ComponentScanBeanDefinitionParser

Class Overview

Parser for the <context:component-scan/> element. Parsed metadata is used to populate and execute a ComponentScanSpec instance.

See Also

Summary

Public Constructors
ComponentScanBeanDefinitionParser()
Public Methods
FeatureSpecification doParse(Element element, ParserContext parserContext)
[Expand]
Inherited Methods
From class org.springframework.context.config.AbstractSpecificationBeanDefinitionParser
From class java.lang.Object
From interface org.springframework.beans.factory.xml.BeanDefinitionParser

Public Constructors

public ComponentScanBeanDefinitionParser ()

Public Methods

public FeatureSpecification doParse (Element element, ParserContext parserContext)