public class PropertyProcessorFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Properties>
| Constructor and Description |
|---|
PropertyProcessorFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getObject() |
Class<Properties> |
getObjectType() |
List<PropertyProcessor> |
getProcessors() |
Properties |
getProperties() |
boolean |
isSingleton() |
void |
setProcessors(List<PropertyProcessor> processors) |
void |
setProperties(Properties properties) |
public PropertyProcessorFactoryBean()
public Properties getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>public 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 Properties getProperties()
public void setProperties(Properties properties)
public List<PropertyProcessor> getProcessors()
public void setProcessors(List<PropertyProcessor> processors)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.