Uses of Class
org.springframework.web.reactive.result.view.AbstractView
Packages that use AbstractView Package Description org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.reactive.result.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.reactive.result.view.script 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.view Modifier and Type Class Description class
AbstractUrlBasedView
Abstract base class for URL-based views.class
RedirectView
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.freemarker Modifier and Type Class Description class
FreeMarkerView
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.script Modifier and Type Class Description class
ScriptTemplateView
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.