Uses of Interface
org.springframework.web.reactive.result.view.View
Packages that use 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.
- 
Uses of View in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return types with arguments of type ViewMethods in org.springframework.web.reactive.config with parameters of type ViewModifier and TypeMethodDescriptionvoidViewResolverRegistry.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.viewClasses in org.springframework.web.reactive.result.view that implement ViewModifier and TypeClassDescriptionclassAbstract base class for URL-based views.classBase class forViewimplementations.classViewthat writes model attribute(s) with anHttpMessageWriter.classView that redirects to an absolute or context relative URL.Methods in org.springframework.web.reactive.result.view that return ViewModifier and TypeMethodDescriptionprotected ViewUrlBasedViewResolver.applyLifecycleMethods(String viewName, AbstractUrlBasedView view) Apply the containingApplicationContext's lifecycle methods to the givenViewinstance, if such a context is available.Fragment.view()Return the resolvedViewinstance.Methods in org.springframework.web.reactive.result.view that return types with arguments of type ViewModifier 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.Methods in org.springframework.web.reactive.result.view with parameters of type ViewModifier and TypeMethodDescriptionstatic FragmentVariant ofFragment.create(String, Map)with a resolvedView.Method parameters in org.springframework.web.reactive.result.view with type arguments of type ViewModifier and TypeMethodDescriptionvoidViewResolutionResultHandler.setDefaultViews(@Nullable 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.freemarkerClasses in org.springframework.web.reactive.result.view.freemarker that implement ViewModifier and TypeClassDescriptionclassAViewimplementation that uses the FreeMarker template engine.
- 
Uses of View in org.springframework.web.reactive.result.view.scriptClasses in org.springframework.web.reactive.result.view.script that implement ViewModifier and TypeClassDescriptionclassAnAbstractUrlBasedViewsubclass designed to run any template library based on a JSR-223 script engine.