Uses of Class
org.springframework.web.reactive.result.view.RedirectView
Packages that use RedirectView
Package
Description
Support for result handling through view resolution.
-
Uses of RedirectView in org.springframework.web.reactive.result.view
Method parameters in org.springframework.web.reactive.result.view with type arguments of type RedirectViewModifier and TypeMethodDescriptionvoid
UrlBasedViewResolver.setRedirectViewProvider
(Function<String, RedirectView> redirectViewProvider) URL basedRedirectView
provider which can be used to provide, for example, redirect views with a custom default status code.