Class ScriptTemplateViewResolver

All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, Ordered, ViewResolver

public class ScriptTemplateViewResolver extends UrlBasedViewResolver
Convenience subclass of UrlBasedViewResolver that supports ScriptTemplateView and custom subclasses of it.

The view class for all views created by this resolver can be specified via the UrlBasedViewResolver.setViewClass(Class) property.

Note: When chaining ViewResolvers this resolver will check for the existence of the specified template resources and only return a non-null View object if a template is actually found.

Since:
5.0
Author:
Sebastien Deleuze
See Also: