Uses of Interface
org.springframework.beans.ITestBean

Packages that use ITestBean
org.springframework.beans   
org.springframework.config.java   
org.springframework.config.java.complex   
 

Uses of ITestBean in org.springframework.beans
 

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

Methods in org.springframework.beans that return ITestBean
 ITestBean ITestBean.getSpouse()
           
 ITestBean TestBean.getSpouse()
           
 

Methods in org.springframework.beans with parameters of type ITestBean
 void ITestBean.setSpouse(ITestBean spouse)
           
 void TestBean.setSpouse(ITestBean spouse)
           
 

Constructors in org.springframework.beans with parameters of type ITestBean
TestBean(ITestBean spouse)
           
TestBean(ITestBean spouse, Properties someProperties)
           
 

Uses of ITestBean in org.springframework.config.java
 

Methods in org.springframework.config.java that return ITestBean
 ITestBean ConfigurationProcessorTests.HotSwapConfiguration.hotSwappableInterface()
           
abstract  ITestBean ConfigurationProcessorTests.InvalidAutoBeanTest.kerry()
           
 ITestBean ConfigurationProcessorTests.ProxyConfiguration.proxied()
           
 ITestBean ScopingTests.ScopedConfigurationClass.scopedInterface()
           
 ITestBean ScopingTests.ScopedConfigurationClass.scopedProxyInterface()
           
 ITestBean ConfigurationProcessorTests.ValidWithDynamicProxies.test()
           
 

Uses of ITestBean in org.springframework.config.java.complex
 

Methods in org.springframework.config.java.complex that return ITestBean
 ITestBean ComplexConfiguration.DeepConfiguration.deepConfigurationBean()
           
 



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