org.springframework.config.java
Class ConfigurationInheritanceAndScopedProxyTests

java.lang.Object
  extended by org.springframework.config.java.ConfigurationInheritanceAndScopedProxyTests

public class ConfigurationInheritanceAndScopedProxyTests
extends Object

Corners bug SJC-25 which prohibited overriding ScopedProxy Bean methods.

Author:
Guillaume Duchesneau, Chris Beams

Nested Class Summary
static class ConfigurationInheritanceAndScopedProxyTests.BaseConfigurationClass
           
static class ConfigurationInheritanceAndScopedProxyTests.ExtendedConfigurationClass
           
 
Field Summary
static String flag
           
static String SCOPE
           
 
Constructor Summary
ConfigurationInheritanceAndScopedProxyTests()
           
 
Method Summary
 void setUp()
           
 void testConfigurationInheritance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCOPE

public static final String SCOPE
See Also:
Constant Field Values

flag

public static String flag
Constructor Detail

ConfigurationInheritanceAndScopedProxyTests

public ConfigurationInheritanceAndScopedProxyTests()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testConfigurationInheritance

public void testConfigurationInheritance()


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