Convenience subclass of UrlBasedViewResolver that supports VelocityView
(i.e. Velocity templates) and custom subclasses of it.
The view class for all views generated by this resolver can be specified
via setViewClass. See UrlBasedViewResolver's javadoc for details.
Note: When chaining ViewResolvers, a VelocityViewResolver always needs
to be last, as it will attempt to resolve any view name, no matter whether
the underlying resource actually exists.
The view class for all views generated by this resolver can be specified via
setViewClass. See UrlBasedViewResolver's javadoc for details.Note: When chaining ViewResolvers, a VelocityViewResolver always needs to be last, as it will attempt to resolve any view name, no matter whether the underlying resource actually exists.