public class PropertiesLoaderFactoryBean extends PropertiesContext implements org.springframework.beans.factory.FactoryBean<Properties>
PropertiesFactoryBean is the ability to dynamically resolve placeholders in the property locations themselves.| Modifier and Type | Field and Description | 
|---|---|
| protected Properties | global | 
encoding, helper, locations, missingLocationsMode, properties| Constructor and Description | 
|---|
| PropertiesLoaderFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| Properties | getObject() | 
| Class<Properties> | getObjectType() | 
| boolean | isSingleton() | 
| void | setSingleton(boolean singleton) | 
getEncoding, getHelper, getLocations, getMissingLocationsMode, getProperties, setEncoding, setHelper, setLocations, setMissingLocationsMode, setPropertiesprotected Properties global
public PropertiesLoaderFactoryBean()
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 void setSingleton(boolean singleton)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.