public class JavaMailPropertiesFactoryBean
extends org.springframework.beans.factory.config.PropertiesFactoryBean
implements org.springframework.context.ResourceLoaderAware
PropertiesFactoryBean
that
reads comma separated (ex: key1=value1,key2=value2) values and make them as properties.Constructor and Description |
---|
JavaMailPropertiesFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Properties |
createProperties() |
void |
setDefaultPropertiesString(java.lang.String defaultPropertiesString) |
void |
setPropertiesFileString(java.lang.String propertiesFileString) |
void |
setPropertiesString(java.lang.String propertiesString) |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) |
afterPropertiesSet, getObject, getObjectType, isSingleton, setSingleton
public void setPropertiesString(java.lang.String propertiesString)
public void setDefaultPropertiesString(java.lang.String defaultPropertiesString)
public void setPropertiesFileString(java.lang.String propertiesFileString)
protected java.util.Properties createProperties() throws java.io.IOException
createProperties
in class org.springframework.beans.factory.config.PropertiesFactoryBean
java.io.IOException
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
setResourceLoader
in interface org.springframework.context.ResourceLoaderAware