Uses of Interface
org.springframework.web.reactive.result.view.View
Package
Description
Spring WebFlux configuration infrastructure.
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 View in org.springframework.web.reactive.config
Modifier and TypeMethodDescriptionvoid
ViewResolverRegistry.defaultViews
(View... defaultViews) Set default views associated with any view name and selected based on the best match for the requested content type. -
Uses of View in org.springframework.web.reactive.result.view
Modifier and TypeClassDescriptionclass
Abstract base class for URL-based views.class
Base class forView
implementations.class
View
that writes model attribute(s) with anHttpMessageWriter
.class
View that redirects to an absolute or context relative URL.Modifier and TypeMethodDescriptionprotected View
UrlBasedViewResolver.applyLifecycleMethods
(String viewName, AbstractUrlBasedView view) Apply the containingApplicationContext
's lifecycle methods to the givenView
instance, if such a context is available.Modifier and TypeMethodDescriptionViewResolutionResultHandler.getDefaultViews()
Return the configured defaultView
's.reactor.core.publisher.Mono<View>
UrlBasedViewResolver.resolveViewName
(String viewName, Locale locale) reactor.core.publisher.Mono<View>
ViewResolver.resolveViewName
(String viewName, Locale locale) Resolve the view name to a View instance.Modifier and TypeMethodDescriptionvoid
ViewResolutionResultHandler.setDefaultViews
(List<View> defaultViews) Set the default views to consider always when resolving view names and trying to satisfy the best matching content type. -
Uses of View in org.springframework.web.reactive.result.view.freemarker
Modifier and TypeClassDescriptionclass
AView
implementation that uses the FreeMarker template engine. -
Uses of View in org.springframework.web.reactive.result.view.script
Modifier and TypeClassDescriptionclass
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.