Uses of Class
org.springframework.web.servlet.view.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.view
Modifier and TypeClassDescriptionclass
Abstract base class for template view resolvers, in particular for FreeMarker views.class
Convenient subclass ofUrlBasedViewResolver
that supportsInternalResourceView
(i.e.class
Deprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementationsclass
Simple implementation of theViewResolver
interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definitions.class
Deprecated.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.freemarker
Modifier and TypeClassDescriptionclass
Convenience subclass ofUrlBasedViewResolver
that supportsFreeMarkerView
(i.e. -
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.groovy
Modifier and TypeClassDescriptionclass
Convenience subclass ofAbstractTemplateViewResolver
that supportsGroovyMarkupView
(i.e. -
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.script
Modifier and TypeClassDescriptionclass
Convenience subclass ofUrlBasedViewResolver
that supportsScriptTemplateView
and custom subclasses of it. -
Uses of AbstractCachingViewResolver in org.springframework.web.servlet.view.xslt
Modifier and TypeClassDescriptionclass
ViewResolver
implementation that resolves instances ofXsltView
by translating the supplied view name into the URL of the XSLT stylesheet.