Uses of Class
org.springframework.beans.TestBean

Packages that use TestBean
org.springframework.beans   
org.springframework.config.java   
org.springframework.config.java.context   
org.springframework.config.java.context.forscanning.a   
org.springframework.config.java.proxies   
org.springframework.config.java.simple   
org.springframework.config.java.support   
 

Uses of TestBean in org.springframework.beans
 

Fields in org.springframework.beans declared as TestBean
 TestBean DependsOnTestBean.tb
           
 

Methods in org.springframework.beans that return TestBean
 TestBean[] IndexedTestBean.getArray()
           
 TestBean DependsOnTestBean.getTestBean()
           
 

Methods in org.springframework.beans that return types with arguments of type TestBean
 List<TestBean> IndexedTestBean.getList()
           
 Set<TestBean> IndexedTestBean.getSet()
           
 SortedMap<String,TestBean> IndexedTestBean.getSortedMap()
           
 SortedSet<TestBean> IndexedTestBean.getSortedSet()
           
 

Methods in org.springframework.beans with parameters of type TestBean
 void IndexedTestBean.setArray(TestBean[] array)
           
 void DependsOnTestBean.setTestBean(TestBean tb)
           
 

Method parameters in org.springframework.beans with type arguments of type TestBean
 void IndexedTestBean.setCollection(Collection<TestBean> collection)
           
 void IndexedTestBean.setList(List<TestBean> list)
           
 void IndexedTestBean.setSet(Set<TestBean> set)
           
 void IndexedTestBean.setSortedMap(SortedMap<String,TestBean> sortedMap)
           
 void IndexedTestBean.setSortedSet(SortedSet<TestBean> sortedSet)
           
 

Uses of TestBean in org.springframework.config.java
 

Methods in org.springframework.config.java that return TestBean
abstract  TestBean ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass.abstractTestBean()
           
 TestBean ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass.abstractTestBean()
           
 TestBean ConfigurationProcessorTests.DefaultAutowireConfiguration.adrian()
           
 TestBean ConfigurationProcessorTests.ProxiesDotb.adrian()
           
 TestBean AspectJConfigurationProcessorTests.CountingConfiguration.advised()
           
 TestBean ConfigurationProcessorTests.AliasesConfiguration.aliased()
           
abstract  TestBean ConfigurationPostProcessorTests.ExternalBeanConfiguration.ann()
           
 TestBean ConfigurationPostProcessorTests.ExternalBeanProvidingConfiguration.ann()
           
protected  TestBean ConfigurationProcessorTests.BaseConfiguration.basePerson()
           
 TestBean ConfigurationProcessorTests.BaseConfiguration.becky()
           
 TestBean ConfigurationProcessorTests.DefinesAbstractBeanMethod.becky()
           
 TestBean ConfigurationPostProcessorTests.ExternalBeanConfiguration.bob()
           
 TestBean ConfigurationProcessorTests.RequiresProperty.costin()
           
 TestBean ConfigurationProcessorTests.BaseConfiguration.dependsOnHidden()
           
 TestBean AspectTests.ConfigWithAspects.foo()
           
 TestBean BeanOverridingTests.First.foo()
           
 TestBean BeanOverridingTests.Second.foo()
           
 TestBean DummyFactory.getOtherTestBean()
           
protected  TestBean ConfigurationProcessorTests.BaseConfiguration.hidden()
           
 TestBean ConfigurationProcessorTests.HotSwapConfiguration.hotSwappable()
           
 TestBean SpringAopConfigurationProcessorTests.InterceptAllAdvice.kaare()
           
abstract  TestBean ConfigurationProcessorTests.ValidAutoBeanTest.kerry()
           
 TestBean ConfigurationProcessorTests.BeanFactoryAwareConfiguration.marriedToInjection()
           
 TestBean ConfigurationProcessorTests.AutowiringConfigurationWithNonHiddenWinner.nonHiddenTestBean()
           
 TestBean ConfigurationProcessorTests.InvalidAutowiringConfigurationWithAmbiguity.nonHiddenTestBean()
           
 TestBean ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass.overridenTestBean()
           
 TestBean ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass.overridenTestBean()
           
 TestBean ConfigurationProcessorTests.BaseConfiguration.prototype()
           
 TestBean ConfigurationProcessorTests.BeanCreationMethodReturnsNull.returnsNull()
           
 TestBean ConfigurationProcessorTests.ValidAutoBeanTest.rod()
           
 TestBean ConfigurationProcessorTests.InvalidAutoBeanTest.rod()
           
 TestBean ScopingTests.ScopedConfigurationClass.scopedClass()
           
 TestBean ScopingTests.ScopedConfigurationClass.scopedProxyClass()
           
 TestBean ScopingTests.ScopedConfigurationClass.singletonWithScopedClassDep()
           
 TestBean ScopingTests.ScopedConfigurationClass.singletonWithScopedInterfaceDep()
           
 TestBean ConfigurationProcessorTests.AfterPropertiesConfiguration.test()
           
protected  TestBean ConfigurationProcessorTests.AutowiringConfiguration.testBean()
           
protected  TestBean ConfigurationProcessorTests.AutowiringConfigurationWithNonHiddenWinner.testBean()
           
 TestBean ConfigurationProcessorTests.InvalidAutowiringConfigurationWithAmbiguity.testBean()
           
 TestBean ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions.throwsException()
           
 TestBean ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions.throwsOtherCheckedException()
           
 TestBean ConfigurationProcessorTests.BeanCreationMethodsThrowExceptions.throwsThrowable()
           
 TestBean ConfigurationProcessorTests.BaseConfiguration.tom()
           
 TestBean ConfigurationProcessorTests.MethodOverrideConfiguration.tom()
           
abstract  TestBean ConfigurationProcessorTests.DefinesAbstractBeanMethod.tom()
           
 TestBean ConfigurationProcessorTests.InheritsWithoutNewAnnotation.tom()
           
 

Methods in org.springframework.config.java with parameters of type TestBean
 void AspectTests.ConfigWithAspects.getName(TestBean testBean)
           
 void AspectTests.ConfigWithAspects.logGetNameCall(TestBean testBean)
           
 void AspectTests.ConfigWithAspects.logGetNameCalled(TestBean testBean)
           
 void DummyFactory.setOtherTestBean(TestBean otherTestBean)
           
 

Uses of TestBean in org.springframework.config.java.context
 

Methods in org.springframework.config.java.context that return TestBean
 TestBean InnerClassTests.Out.In.inner()
           
 TestBean InnerClassTests.Outermost.Middle.Innermost.innermostBean()
           
 TestBean InnerClassTests.Outermost.Middle.middleBean()
           
 TestBean InnerClassTests.Out.outer()
           
 TestBean InnerClassTests.Outermost.outermostBean()
           
 

Uses of TestBean in org.springframework.config.java.context.forscanning.a
 

Methods in org.springframework.config.java.context.forscanning.a that return TestBean
 TestBean ConfigA1.testBean()
           
 

Uses of TestBean in org.springframework.config.java.proxies
 

Methods in org.springframework.config.java.proxies that return TestBean
 TestBean TestConfig.person()
           
 

Uses of TestBean in org.springframework.config.java.simple
 

Methods in org.springframework.config.java.simple that return TestBean
 TestBean SimpleConfigurationWithTwoBeans.anyName()
           
 

Uses of TestBean in org.springframework.config.java.support
 

Methods in org.springframework.config.java.support that return TestBean
 TestBean ConfigurationSupportTests.Config1.foo()
           
 TestBean ConfigurationSupportTests.Config3.foo()
           
 TestBean ConfigurationSupportTests.TypeSafeConfig.foo()
           
 TestBean ConfigurationSupportTests.TypeSafeConfigWithStringQualifier.foo()
           
 



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