org.kuali.common.util.spring
Class PropertiesCombinerFactoryBean
java.lang.Object
  
org.kuali.common.util.spring.PropertiesCombinerFactoryBean
- All Implemented Interfaces: 
 - org.springframework.beans.factory.FactoryBean<Properties>
 
public class PropertiesCombinerFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Properties>
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertiesCombinerFactoryBean
public PropertiesCombinerFactoryBean()
getObject
public Properties getObject()
                     throws Exception
- Specified by:
 getObject in interface org.springframework.beans.factory.FactoryBean<Properties>
 
- Throws:
 Exception
 
getObjectType
public Class<Properties> getObjectType()
- Specified by:
 getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>
 
 
isSingleton
public boolean isSingleton()
- Specified by:
 isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>
 
 
getListOfProperties
public List<Properties> getListOfProperties()
 
 
setListOfProperties
public void setListOfProperties(List<Properties> listOfProperties)
 
 
isShow
public boolean isShow()
 
 
setShow
public void setShow(boolean show)
 
 
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.