Uses of Class
org.springframework.web.reactive.result.view.ViewResolverSupport
Packages that use ViewResolverSupport
Package
Description
Support for result handling through view resolution.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g.
-
Uses of ViewResolverSupport in org.springframework.web.reactive.result.view
Subclasses of ViewResolverSupport in org.springframework.web.reactive.result.viewModifier and TypeClassDescriptionclass
AViewResolver
that allows direct resolution of symbolic view names to URLs without explicit mapping definitions. -
Uses of ViewResolverSupport in org.springframework.web.reactive.result.view.freemarker
Modifier and TypeClassDescriptionclass
AViewResolver
for resolvingFreeMarkerView
instances, i.e. -
Uses of ViewResolverSupport in org.springframework.web.reactive.result.view.script
Subclasses of ViewResolverSupport in org.springframework.web.reactive.result.view.scriptModifier and TypeClassDescriptionclass
Convenience subclass ofUrlBasedViewResolver
that supportsScriptTemplateView
and custom subclasses of it.