站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.1.0 API 文档英文版

Uses of Interface org.springframework.beans.factory.support.BeanNameGenerator (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版


The Spring Framework

Uses of Interface
org.springframework.beans.factory.support.BeanNameGenerator

Packages that use BeanNameGenerator
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.context.annotation Annotation support for context configuration including classpath scanning for autowire candidates. 
 

Uses of BeanNameGenerator in org.springframework.beans.factory.support
 

Classes in org.springframework.beans.factory.support that implement BeanNameGenerator
 class DefaultBeanNameGenerator
          Default implementation of the BeanNameGenerator interface, delegating to BeanDefinitionReaderUtils.generateBeanName(AbstractBeanDefinition, BeanDefinitionRegistry).
 

Methods in org.springframework.beans.factory.support that return BeanNameGenerator
 BeanNameGenerator BeanDefinitionReader.getBeanNameGenerator()
          Return the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
 BeanNameGenerator AbstractBeanDefinitionReader.getBeanNameGenerator()
           
 

Methods in org.springframework.beans.factory.support with parameters of type BeanNameGenerator
 void AbstractBeanDefinitionReader.setBeanNameGenerator(BeanNameGenerator beanNameGenerator)
          Set the BeanNameGenerator to use for anonymous beans (without explicit bean name specified).
 

Uses of BeanNameGenerator in org.springframework.context.annotation
 

Classes in org.springframework.context.annotation that implement BeanNameGenerator
 class ComponentBeanNameGenerator
          BeanNameGenerator implementation for bean classes annotated with the @Component annotation.
 

Methods in org.springframework.context.annotation with parameters of type BeanNameGenerator
 void ClassPathBeanDefinitionScanner.setBeanNameGenerator(BeanNameGenerator beanNameGenerator)
          Set the BeanNameGenerator to use for detected bean classes.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.