org.springframework.config.java
Class ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass

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

public static class ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass
extends ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass


Constructor Summary
ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass()
           
 
Method Summary
 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.ExtendedConfigurationClass

public ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass()
Method Detail

overridenTestBean

public TestBean overridenTestBean()
Overrides:
overridenTestBean in class ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass

abstractTestBean

public TestBean abstractTestBean()
Specified by:
abstractTestBean in class ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass


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