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, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor and description |
---|
GrailsPlaceholderConfigurer(String placeHolderPrefix, Properties properties) |
GrailsPlaceholderConfigurer() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
doProcessProperties(ConfigurableListableBeanFactory beanFactoryToProcess, org.springframework.util.StringValueResolver valueResolver) |
|
public Properties |
getProperties() |
|
protected void |
loadProperties(Properties props) |
|
public void |
setBeanFactory(BeanFactory beanFactory) |
|
public void |
setBeanName(String beanName) |
|
public void |
setConfiguration(Config co) |
|
protected void |
visitMap(Map<?, ?> mapVal) |
Methods inherited from class | Name |
---|---|
class PropertySourcesPlaceholderConfigurer |
equals, getAppliedPropertySources, getClass, getOrder, hashCode, notify, notifyAll, postProcessBeanFactory, setBeanFactory, setBeanName, setEnvironment, setFileEncoding, setIgnoreResourceNotFound, setIgnoreUnresolvablePlaceholders, setLocalOverride, setLocation, setLocations, setNullValue, setOrder, setPlaceholderPrefix, setPlaceholderSuffix, setProperties, setPropertiesArray, setPropertiesPersister, setPropertySources, setTrimValues, setValueSeparator, toString, wait, wait, wait |