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.view
Subclasses of AbstractView in org.springframework.web.reactive.result.viewModifier and TypeClassDescriptionclass
Abstract base class for URL-based views.class
View that redirects to an absolute or context relative URL. -
Uses of AbstractView in org.springframework.web.reactive.result.view.freemarker
Subclasses of AbstractView in org.springframework.web.reactive.result.view.freemarkerModifier and TypeClassDescriptionclass
AView
implementation that uses the FreeMarker template engine. -
Uses of AbstractView in org.springframework.web.reactive.result.view.script
Subclasses of AbstractView in org.springframework.web.reactive.result.view.scriptModifier and TypeClassDescriptionclass
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.