| Package | Description | 
|---|---|
| org.springframework.context.annotation | 
 Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects. 
 | 
| org.springframework.web.context.support | 
 Classes supporting the  
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
protected ClassPathBeanDefinitionScanner | 
ComponentScanBeanDefinitionParser.configureScanner(ParserContext parserContext,
                Element element)  | 
protected ClassPathBeanDefinitionScanner | 
ComponentScanBeanDefinitionParser.createScanner(XmlReaderContext readerContext,
             boolean useDefaultFilters)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ComponentScanBeanDefinitionParser.parseBeanNameGenerator(Element element,
                      ClassPathBeanDefinitionScanner scanner)  | 
protected void | 
ComponentScanBeanDefinitionParser.parseScope(Element element,
          ClassPathBeanDefinitionScanner scanner)  | 
protected void | 
ComponentScanBeanDefinitionParser.parseTypeFilters(Element element,
                ClassPathBeanDefinitionScanner scanner,
                ParserContext parserContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ClassPathBeanDefinitionScanner | 
AnnotationConfigWebApplicationContext.getClassPathBeanDefinitionScanner(DefaultListableBeanFactory beanFactory)
Build a  
ClassPathBeanDefinitionScanner for the given bean factory. |