Uses of Interface
org.springframework.beans.INestedTestBean

Packages that use INestedTestBean
org.springframework.beans   
 

Uses of INestedTestBean in org.springframework.beans
 

Classes in org.springframework.beans that implement INestedTestBean
 class NestedTestBean
          Simple nested test bean used for testing bean factories, AOP framework etc.
 

Methods in org.springframework.beans that return INestedTestBean
 INestedTestBean ITestBean.getDoctor()
           
 INestedTestBean TestBean.getDoctor()
           
 INestedTestBean ITestBean.getLawyer()
           
 INestedTestBean TestBean.getLawyer()
           
 

Methods in org.springframework.beans with parameters of type INestedTestBean
 void TestBean.setDoctor(INestedTestBean bean)
           
 void TestBean.setLawyer(INestedTestBean bean)
           
 



Copyright ? 2005-2008 Spring Framework. All Rights Reserved.