org.springframework.config.java
Class ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass

java.lang.Object
  extended by org.springframework.config.java.support.ConfigurationSupport
      extended by org.springframework.config.java.ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass
All Implemented Interfaces:
BeanFactoryAware, ApplicationContextAware
Direct Known Subclasses:
ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass
Enclosing class:
ConfigurationInheritanceAndScopedProxyTests

public abstract static class ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass
extends org.springframework.config.java.support.ConfigurationSupport


Constructor Summary
ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass()
           
 
Method Summary
abstract  TestBean abstractTestBean()
           
 TestBean overridenTestBean()
           
 
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

ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass

public ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass()
Method Detail

overridenTestBean

public TestBean overridenTestBean()

abstractTestBean

public abstract TestBean abstractTestBean()


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