Add "-configurer" suffix to view configurer element names
Issue: SPR-7093
This commit is contained in:
committed by
Rossen Stoyanchev
parent
1ad22b922f
commit
52f1be7ade
@@ -28,17 +28,17 @@
|
||||
<mvc:groovy />
|
||||
</mvc:view-resolvers>
|
||||
|
||||
<mvc:tiles check-refresh="true">
|
||||
<mvc:tiles-configurer check-refresh="true">
|
||||
<mvc:definitions location="/org/springframework/web/servlet/resource/tiles/tiles1.xml" />
|
||||
</mvc:tiles>
|
||||
</mvc:tiles-configurer>
|
||||
|
||||
<mvc:freemarker>
|
||||
<mvc:freemarker-configurer>
|
||||
<mvc:template-loader-path location="/org/springframework/web/servlet/view" />
|
||||
</mvc:freemarker>
|
||||
</mvc:freemarker-configurer>
|
||||
|
||||
<mvc:velocity resource-loader-path="/org/springframework/web/servlet/view" />
|
||||
<mvc:velocity-configurer resource-loader-path="/org/springframework/web/servlet/view" />
|
||||
|
||||
<mvc:groovy-markup />
|
||||
<mvc:groovy-configurer />
|
||||
|
||||
</beans>
|
||||
|
||||
@@ -19,19 +19,19 @@
|
||||
|
||||
<bean id="customResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver" />
|
||||
|
||||
<mvc:tiles check-refresh="true" validate-definitions="true">
|
||||
<mvc:tiles-configurer check-refresh="true" validate-definitions="true">
|
||||
<mvc:definitions location="/org/springframework/web/servlet/resource/tiles/tiles1.xml" />
|
||||
<mvc:definitions location="/org/springframework/web/servlet/resource/tiles/tiles2.xml" />
|
||||
</mvc:tiles>
|
||||
</mvc:tiles-configurer>
|
||||
|
||||
<mvc:freemarker>
|
||||
<mvc:freemarker-configurer>
|
||||
<mvc:template-loader-path location="/" />
|
||||
<mvc:template-loader-path location="/test" />
|
||||
</mvc:freemarker>
|
||||
</mvc:freemarker-configurer>
|
||||
|
||||
<mvc:velocity resource-loader-path="/test" />
|
||||
<mvc:velocity-configurer resource-loader-path="/test" />
|
||||
|
||||
<mvc:groovy-markup resource-loader-path="/test" cache-templates="false" auto-indent="true" />
|
||||
<mvc:groovy-configurer resource-loader-path="/test" cache-templates="false" auto-indent="true" />
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user