public class SubPropertiesFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Properties>
| Constructor and Description |
|---|
SubPropertiesFactoryBean(Properties source,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setPrefixAppended(String prefixAppended) |
void |
setSuffixAppended(String suffixAppended) |
public SubPropertiesFactoryBean(Properties source, String prefix)
public Properties getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>public void setPrefixAppended(String prefixAppended)
public void setSuffixAppended(String suffixAppended)
Copyright © 2013-2015. All Rights Reserved.