org.kuali.common.util.spring
Class MapCombinerFactoryBean<K,V>

java.lang.Object
  extended by 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>>


Constructor Summary
MapCombinerFactoryBean()
           
 
Method Summary
 List<Map<K,V>> getListOfMaps()
           
 Map<K,V> getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setListOfMaps(List<Map<K,V>> listOfMaps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapCombinerFactoryBean

public MapCombinerFactoryBean()
Method Detail

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.