Class MapFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<Map<Object,Object>>
org.springframework.beans.factory.config.MapFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<Map<Object,Object>>, InitializingBean

public class MapFactoryBean extends AbstractFactoryBean<Map<Object,Object>>
Simple factory for shared Map instances. Allows for central setup of Maps via the "map" element in XML bean definitions.
Since:
09.12.2003
Author:
Juergen Hoeller
See Also: