Uses of Class
org.springframework.web.servlet.view.UrlBasedViewResolver
Packages that use UrlBasedViewResolver
Package
Description
Annotation-based setup for Spring MVC.
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
(as included in Java 6+), e.g.
Support classes for XSLT,
providing a View implementation for XSLT stylesheets.
-
Uses of UrlBasedViewResolver in org.springframework.web.servlet.config.annotation
Fields in org.springframework.web.servlet.config.annotation declared as UrlBasedViewResolverModifier and TypeFieldDescriptionprotected final UrlBasedViewResolver
UrlBasedViewResolverRegistration.viewResolver
Methods in org.springframework.web.servlet.config.annotation that return UrlBasedViewResolverModifier and TypeMethodDescriptionprotected UrlBasedViewResolver
UrlBasedViewResolverRegistration.getViewResolver()
Constructors in org.springframework.web.servlet.config.annotation with parameters of type UrlBasedViewResolverModifierConstructorDescriptionUrlBasedViewResolverRegistration
(UrlBasedViewResolver viewResolver) -
Uses of UrlBasedViewResolver in org.springframework.web.servlet.view
Subclasses of UrlBasedViewResolver in org.springframework.web.servlet.viewModifier and TypeClassDescriptionclass
Abstract base class for template view resolvers, in particular for FreeMarker views.class
Convenient subclass ofUrlBasedViewResolver
that supportsInternalResourceView
(i.e. -
Uses of UrlBasedViewResolver in org.springframework.web.servlet.view.freemarker
Subclasses of UrlBasedViewResolver in org.springframework.web.servlet.view.freemarkerModifier and TypeClassDescriptionclass
Convenience subclass ofUrlBasedViewResolver
that supportsFreeMarkerView
(i.e. -
Uses of UrlBasedViewResolver in org.springframework.web.servlet.view.groovy
Subclasses of UrlBasedViewResolver in org.springframework.web.servlet.view.groovyModifier and TypeClassDescriptionclass
Convenience subclass ofAbstractTemplateViewResolver
that supportsGroovyMarkupView
(i.e. -
Uses of UrlBasedViewResolver in org.springframework.web.servlet.view.script
Subclasses of UrlBasedViewResolver in org.springframework.web.servlet.view.scriptModifier and TypeClassDescriptionclass
Convenience subclass ofUrlBasedViewResolver
that supportsScriptTemplateView
and custom subclasses of it. -
Uses of UrlBasedViewResolver in org.springframework.web.servlet.view.xslt
Subclasses of UrlBasedViewResolver in org.springframework.web.servlet.view.xsltModifier and TypeClassDescriptionclass
ViewResolver
implementation that resolves instances ofXsltView
by translating the supplied view name into the URL of the XSLT stylesheet.