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

NamedBean (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.beans.factory
Interface NamedBean


public interface NamedBean

Counterpart of BeanNameAware. Returns the bean name of an object.

This interface can be introduced to avoid a brittle dependence on bean name in objects used with Spring IoC and Spring AOP.

Since:
2.0
Author:
Rod Johnson
See Also:
BeanNameAware

Method Summary
 String getBeanName()
          Return the name of this bean in a Spring bean factory.
 

Method Detail

getBeanName

String getBeanName()
Return the name of this bean in a Spring bean factory.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.