spring-framework/org.springframework.web/src/main
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource
* Environment now extends PropertyResolver
* Environment no longer exposes resolver and sources
* PropertySource is String,Object instead of String,String
* PropertySource no longer assumes enumerability of property names
* Introduced EnumerablePropertySource for those that do have enumerable property names
2011-01-05 22:24:14 +00:00
..
java Refactor Environment and PropertySource 2011-01-05 22:24:14 +00:00
resources/org/springframework/web/util