I am interested in being able to pull the properties from the PropertyResourceConfigurer. I use this for having a properties file that is both the $ replacements as well as stored in Properties class for some other classes.
Not sure how to submit code to this.
So, here is the code:
/**
* Get local properties, e.g. via the "props" tag in XML bean definitions.
* These can be considered defaults, to be overridden by properties
* loaded from files.
*/
public Properties getProperties() {
return this.properties;
}


Reply With Quote