Implementation of ViewResolver that uses bean definitions in an
XML file, specified by resource location. The file will typically
be located in the WEB-INF directory; default is "/WEB-INF/views.xml".
This ViewResolver does not support internationalization.
Consider ResourceBundleViewResolver if you need to apply
different view resources per locale.
Note: This ViewResolver implements the Ordered interface to allow for
flexible participation in ViewResolver chaining. For example, some special
views could be defined via this ViewResolver (giving it 0 as "order" value),
while all remaining views could be resolved by a UrlBasedViewResolver.
This ViewResolver does not support internationalization. Consider ResourceBundleViewResolver if you need to apply different view resources per locale.
Note: This ViewResolver implements the Ordered interface to allow for flexible participation in ViewResolver chaining. For example, some special views could be defined via this ViewResolver (giving it 0 as "order" value), while all remaining views could be resolved by a UrlBasedViewResolver.