| 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.
|
| 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,
XmlReaderContext readerContext,
ParserContext parserContext) |
Copyright © 2015. All rights reserved.