org.kuali.common.util.spring
Class MapCombinerFactoryBean<K,V>
java.lang.Object
  
org.kuali.common.util.spring.MapCombinerFactoryBean<K,V>
- All Implemented Interfaces: 
 - org.springframework.beans.factory.FactoryBean<Map<K,V>>
 
public class MapCombinerFactoryBean<K,V>
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Map<K,V>>
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MapCombinerFactoryBean
public MapCombinerFactoryBean()
getObject
public Map<K,V> getObject()
                   throws Exception
- Specified by:
 getObject in interface org.springframework.beans.factory.FactoryBean<Map<K,V>>
 
- Throws:
 Exception
 
getObjectType
public Class<?> getObjectType()
- Specified by:
 getObjectType in interface org.springframework.beans.factory.FactoryBean<Map<K,V>>
 
 
isSingleton
public boolean isSingleton()
- Specified by:
 isSingleton in interface org.springframework.beans.factory.FactoryBean<Map<K,V>>
 
 
getListOfMaps
public List<Map<K,V>> getListOfMaps()
 
 
setListOfMaps
public void setListOfMaps(List<Map<K,V>> listOfMaps)
 
 
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.