public class PropertiesCombinerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Properties>
| Constructor and Description |
|---|
PropertiesCombinerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
List<Properties> |
getListOfProperties() |
Properties |
getObject() |
Class<Properties> |
getObjectType() |
boolean |
isShow() |
boolean |
isSingleton() |
void |
setListOfProperties(List<Properties> listOfProperties) |
void |
setShow(boolean show) |
public PropertiesCombinerFactoryBean()
public Properties getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>Exceptionpublic Class<Properties> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>public List<Properties> getListOfProperties()
public void setListOfProperties(List<Properties> listOfProperties)
public boolean isShow()
public void setShow(boolean show)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.