Uses of Class
org.springframework.context.annotation.ClassPathBeanDefinitionScanner
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.-
Uses of ClassPathBeanDefinitionScanner in org.springframework.context.annotation
Modifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScanner
ComponentScanBeanDefinitionParser.configureScanner
(ParserContext parserContext, Element element) protected ClassPathBeanDefinitionScanner
ComponentScanBeanDefinitionParser.createScanner
(XmlReaderContext readerContext, boolean useDefaultFilters) Modifier and TypeMethodDescriptionprotected 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) -
Uses of ClassPathBeanDefinitionScanner in org.springframework.web.context.support
Modifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScanner
AnnotationConfigWebApplicationContext.getClassPathBeanDefinitionScanner
(DefaultListableBeanFactory beanFactory) Build aClassPathBeanDefinitionScanner
for the given bean factory.