[SPR-8387] Fleshed out the implementation of DelegatingSmartContextLoader and corresponding tests.

This commit is contained in:
Sam Brannen
2011-07-17 17:16:12 +00:00
parent 9d7bc31f0d
commit f874ed9790
6 changed files with 171 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:c="http://www.springframework.org/schema/c"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<bean id="foo" class="java.lang.String" c:_="foo" />
</beans>