org.springframework.config.java
Class ConfigurationProcessorTests.InvalidAutoBeanTest

java.lang.Object
  extended by org.springframework.config.java.support.ConfigurationSupport
      extended by org.springframework.config.java.ConfigurationProcessorTests.InvalidAutoBeanTest
All Implemented Interfaces:
BeanFactoryAware, ApplicationContextAware
Enclosing class:
ConfigurationProcessorTests

public abstract static class ConfigurationProcessorTests.InvalidAutoBeanTest
extends org.springframework.config.java.support.ConfigurationSupport


Constructor Summary
ConfigurationProcessorTests.InvalidAutoBeanTest()
           
 
Method Summary
abstract  ITestBean kerry()
           
 TestBean rod()
           
 
Methods inherited from class org.springframework.config.java.support.ConfigurationSupport
getApplicationContext, getBean, getBean, getBean, getBeanFactory, getConfigured, getObject, setApplicationContext, setBeanFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationProcessorTests.InvalidAutoBeanTest

public ConfigurationProcessorTests.InvalidAutoBeanTest()
Method Detail

rod

public TestBean rod()

kerry

public abstract ITestBean kerry()


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