public class GrailsPlaceholderConfigurer extends PropertySourcesPlaceholderConfigurer implements GrailsConfigurationAware
Uses Grails' ConfigObject for place holder values.
| Fields inherited from class | Fields |
|---|---|
class PropertySourcesPlaceholderConfigurer |
LOCAL_PROPERTIES_PROPERTY_SOURCE_NAME, ENVIRONMENT_PROPERTIES_PROPERTY_SOURCE_NAME, DEFAULT_PLACEHOLDER_PREFIX, DEFAULT_PLACEHOLDER_SUFFIX, DEFAULT_VALUE_SEPARATOR, DEFAULT_ESCAPE_CHARACTER, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor and description |
|---|
GrailsPlaceholderConfigurer(java.lang.String placeHolderPrefix, java.util.Properties properties) |
GrailsPlaceholderConfigurer() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
doProcessProperties(ConfigurableListableBeanFactory beanFactoryToProcess, StringValueResolver valueResolver) |
|
public java.util.Properties |
getProperties() |
|
protected void |
loadProperties(java.util.Properties props) |
|
public void |
setBeanFactory(BeanFactory beanFactory) |
|
public void |
setBeanName(java.lang.String beanName) |
|
public void |
setConfiguration(Config co) |
|
protected void |
visitMap(java.util.Map<?, ?> mapVal) |
| Methods inherited from class | Name |
|---|---|
class PropertySourcesPlaceholderConfigurer |
equals, getAppliedPropertySources, getClass, getOrder, hashCode, notify, notifyAll, postProcessBeanFactory, setBeanFactory, setBeanName, setEnvironment, setEscapeCharacter, setFileEncoding, setIgnoreResourceNotFound, setIgnoreUnresolvablePlaceholders, setLocalOverride, setLocation, setLocations, setNullValue, setOrder, setPlaceholderPrefix, setPlaceholderSuffix, setProperties, setPropertiesArray, setPropertiesPersister, setPropertySources, setTrimValues, setValueSeparator, toString, wait, wait, wait |