public class PropertyPlaceholder extends AbstractPropertyPlaceholder
Modifier and Type | Class and Description |
---|---|
static class |
PropertyPlaceholder.SystemProperties |
AbstractPropertyPlaceholder.LateBindingValueMetadata
Constructor and Description |
---|
PropertyPlaceholder() |
Modifier and Type | Method and Description |
---|---|
Map |
getDefaultProperties() |
List<URL> |
getLocations() |
protected String |
getProperty(String val) |
PropertyPlaceholder.SystemProperties |
getSystemProperties() |
void |
init() |
boolean |
isIgnoreMissingLocations() |
void |
setDefaultProperties(Map defaultProperties) |
void |
setIgnoreMissingLocations(boolean ignoreMissingLocations) |
void |
setLocations(List<URL> locations) |
void |
setSystemProperties(PropertyPlaceholder.SystemProperties systemProperties) |
getPattern, getPlaceholderPrefix, getPlaceholderSuffix, process, processBeanMetadata, processCollectionMetadata, processMapEntries, processMapMetadata, processMetadata, processPropsMetadata, processRefCollectionMetadata, processReferenceMetadata, processServiceMetadata, processString, processValueMetadata, setPlaceholderPrefix, setPlaceholderSuffix
public Map getDefaultProperties()
public void setDefaultProperties(Map defaultProperties)
public boolean isIgnoreMissingLocations()
public void setIgnoreMissingLocations(boolean ignoreMissingLocations)
public PropertyPlaceholder.SystemProperties getSystemProperties()
public void setSystemProperties(PropertyPlaceholder.SystemProperties systemProperties)
protected String getProperty(String val)
getProperty
in class AbstractPropertyPlaceholder
Copyright © 2016. All rights reserved.