我配置了我的appstrings.properties
文件,其中包含與我的應用程序使用的主題相關的字符串。我的應用程序有兩個主題。兩者都有自己的appstrings.properties
文件,位於WEB-INF/strings/theme1/appstrings
和WEB-INF/strings/theme2/appstrings
。我在config.properties文件中指定了屬性themeName。不同主題的Spring mvc ResourceBundleMessageSource
這裏是我的Spring配置文件:
<context:property-placeholder location="file:///${config.properties}" />
...
<bean id="messageSource"
class="org.springframework.context.support.ResourceBundleMessageSource"
p:basenames="WEB-INF/strings/theme1/appstrings" />
現在我所有的應用程序字符串從WEB-INF /串/ THEME1/appstrings.properties文件來。我怎樣才能使它動態。即當我改變THEMENAME propperty到THEME2它應該從WEB-INF /串/ THEME2/appstrings.properties串