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

org.springframework.beans.factory.wiring (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.beans.factory.wiring

Mechanism to determine bean wiring metadata from a bean instance.

See:
          Description

Interface Summary
BeanWiringInfoResolver Strategy interface to be implemented by objects than can resolve bean name information, given a newly instantiated bean object.
 

Class Summary
BeanConfigurerSupport Convenient superclass for configurers that can perform Dependency Injection on objects (however they may be created).
BeanWiringInfo Holder for bean wiring metadata information about a particular class.
ClassNameBeanWiringInfoResolver Simple default implementation, which looks for a bean with the same name as the fully-qualified class name.
 

Package org.springframework.beans.factory.wiring Description

Mechanism to determine bean wiring metadata from a bean instance. Foundation for aspect-driven bean configuration.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.