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 TypeClassDescriptionclassAViewResolverthat 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 TypeClassDescriptionclassAViewResolverfor resolvingFreeMarkerViewinstances, 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 TypeClassDescriptionclassConvenience subclass ofUrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it.