Uses of Class
org.springframework.web.servlet.view.AbstractCachingViewResolver
Packages that use AbstractCachingViewResolver
Package
Description
Provides standard View and ViewResolver implementations,
 including abstract base classes for custom implementations.
Support classes for the integration of
 FreeMarker
 as Spring web view technology.
Support classes for the integration of
 
 Groovy Templates as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction.
Support classes for XSLT,
 providing a View implementation for XSLT stylesheets.
- 
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.viewSubclasses of AbstractCachingViewResolver in org.springframework.web.servlet.viewModifier and TypeClassDescriptionclassAbstract base class for template view resolvers, in particular for FreeMarker views.classConvenient subclass ofUrlBasedViewResolverthat supportsInternalResourceView(i.e.classDeprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementationsclassSimple implementation of theViewResolverinterface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.classDeprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementations
- 
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.freemarkerModifier and TypeClassDescriptionclassConvenience subclass ofUrlBasedViewResolverthat supportsFreeMarkerView(i.e.
- 
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.groovySubclasses of AbstractCachingViewResolver in org.springframework.web.servlet.view.groovyModifier and TypeClassDescriptionclassConvenience subclass ofAbstractTemplateViewResolverthat supportsGroovyMarkupView(i.e.
- 
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.scriptSubclasses of AbstractCachingViewResolver in org.springframework.web.servlet.view.scriptModifier and TypeClassDescriptionclassConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it.
- 
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.xsltSubclasses of AbstractCachingViewResolver in org.springframework.web.servlet.view.xsltModifier and TypeClassDescriptionclassViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet.