먼저 BeanFactory에 있는 인터페이스를 지난번 글 [http://whiteship.tistory.com/93]에 살펴보았습니다.
BeanFactory 인터페이스에 있는 책임(메소드)들을 구현 해 놓은 클래스는 AbstractBeanFactory 클래스 입니다.
이 클래스에서 구현한 public boolean containsBean(String name) 메소드
[http://whiteship.tistory.com/94]안에서 호출되는 메소드를 보겠습니다.
자기 자신 factory 안에서 찾을 경우