org.codehaus.groovy.grails.commons.cfg
Class GrailsPlaceholderConfigurer
java.lang.Object
org.springframework.core.io.support.PropertiesLoaderSupport
org.springframework.beans.factory.config.PropertyResourceConfigurer
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
org.codehaus.groovy.grails.commons.cfg.GrailsPlaceholderConfigurer
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, BeanFactoryPostProcessor, Ordered, PriorityOrdered
public class GrailsPlaceholderConfigurer
- extends PropertyPlaceholderConfigurer
A PropertyPlaceholderConfigurer implementation that uses Grails' ConfigObject for place holder values
- Since:
- 1.0
Created: Oct 10, 2007
- Author:
- Graeme Rocher
Methods inherited from class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
parseStringValue, processProperties, resolvePlaceholder, resolvePlaceholder, resolveSystemProperty, setBeanFactory, setBeanName, setIgnoreUnresolvablePlaceholders, setNullValue, setPlaceholderPrefix, setPlaceholderSuffix, setSearchSystemEnvironment, setSystemPropertiesMode, setSystemPropertiesModeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrailsPlaceholderConfigurer
public GrailsPlaceholderConfigurer()
loadProperties
protected void loadProperties(Properties props)
throws IOException
- Overrides:
loadProperties
in class PropertiesLoaderSupport
- Throws:
IOException
Copyright (c) 2005-2009 The Grails project