Uses of Class
org.springframework.web.reactive.result.view.AbstractView
Packages that use AbstractView
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 AbstractView in org.springframework.web.reactive.result.viewSubclasses of AbstractView in org.springframework.web.reactive.result.viewModifier and TypeClassDescriptionclassAbstract base class for URL-based views.classView that redirects to an absolute or context relative URL.
- 
Uses of AbstractView in org.springframework.web.reactive.result.view.freemarkerSubclasses of AbstractView in org.springframework.web.reactive.result.view.freemarkerModifier and TypeClassDescriptionclassAViewimplementation that uses the FreeMarker template engine.
- 
Uses of AbstractView in org.springframework.web.reactive.result.view.scriptSubclasses of AbstractView in org.springframework.web.reactive.result.view.scriptModifier and TypeClassDescriptionclassAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.