org.springframework.config.java
Class JavaAndXmlTests.TestConfiguration

java.lang.Object
  extended by org.springframework.config.java.JavaAndXmlTests.TestConfiguration
All Implemented Interfaces:
BeanFactoryAware
Enclosing class:
JavaAndXmlTests

public static class JavaAndXmlTests.TestConfiguration
extends Object
implements BeanFactoryAware


Constructor Summary
JavaAndXmlTests.TestConfiguration()
           
 
Method Summary
 JavaAndXmlTests.TestBean dependency()
           
 JavaAndXmlTests.TestBean root()
           
 void setBeanFactory(BeanFactory pBeanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAndXmlTests.TestConfiguration

public JavaAndXmlTests.TestConfiguration()
Method Detail

root

public JavaAndXmlTests.TestBean root()

dependency

public JavaAndXmlTests.TestBean dependency()

setBeanFactory

public void setBeanFactory(BeanFactory pBeanFactory)
Specified by:
setBeanFactory in interface BeanFactoryAware


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