used managed list to detect bean definitions

This commit is contained in:
Keith Donald
2009-11-21 17:26:07 +00:00
parent 7309b11849
commit 94eeb99333
3 changed files with 15 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<mvc:annotation-driven>
<mvc:interceptors>
<bean class="org.springframework.web.servlet.i18n.LocaleChangeInterceptor" />
<bean class="org.springframework.web.servlet.i18n.ThemeChangeInterceptor" />
<bean class="org.springframework.web.servlet.theme.ThemeChangeInterceptor" />
</mvc:interceptors>
</mvc:annotation-driven>