org.springframework.config.java
Class ScopingTests.ScopedConfigurationClass

java.lang.Object
  extended by org.springframework.config.java.ScopingTests.ScopedConfigurationClass
Enclosing class:
ScopingTests

public static class ScopingTests.ScopedConfigurationClass
extends Object


Constructor Summary
ScopingTests.ScopedConfigurationClass()
           
 
Method Summary
 TestBean scopedClass()
           
 ITestBean scopedInterface()
           
 TestBean scopedProxyClass()
           
 ITestBean scopedProxyInterface()
           
 TestBean singletonWithScopedClassDep()
           
 TestBean singletonWithScopedInterfaceDep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopingTests.ScopedConfigurationClass

public ScopingTests.ScopedConfigurationClass()
Method Detail

scopedClass

public TestBean scopedClass()

scopedInterface

public ITestBean scopedInterface()

scopedProxyInterface

public ITestBean scopedProxyInterface()

scopedProxyClass

public TestBean scopedProxyClass()

singletonWithScopedClassDep

public TestBean singletonWithScopedClassDep()

singletonWithScopedInterfaceDep

public TestBean singletonWithScopedInterfaceDep()


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