FactoryBean that creates a Map with String keys and Resource values from
properties, interpreting passed-in String values as resource locations.
Extends PropertiesFactoryBean to inherit the capability of defining
local properties and loading from properties files.
Implements the ResourceLoaderAware interface to automatically use
the context ResourceLoader if running in an ApplicationContext.
Uses DefaultResourceLoader else.
author: Juergen Hoeller author: Keith Donald since: 1.0.2 See Also: org.springframework.core.io.DefaultResourceLoader |