I understand that there is the ServletContextPropertyPlaceholderConfigurer which:
resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries).
Does anyone know of a PropertyPlaceholderConfigurer that would similarly resolve placeholders as portlet-preferences (that is, portlet.xml portlet-preference entries)?
Here’s how I solved the problem, I ended up writing a class similar to ServletContextPropertyPlaceholderConfigurer.. 🙂
Cheers,
Gerson