Package | Description |
---|---|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
UrlBasedViewResolver.setRedirectViewProvider(Function<String,RedirectView> redirectViewProvider)
URL based
RedirectView provider which can be used to provide, for example,
redirect views with a custom default status code. |