Package | Description |
---|---|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
Modifier and Type | Method and Description |
---|---|
Rendering.RedirectBuilder |
Rendering.RedirectBuilder.contextRelative(boolean contextRelative)
Whether to the provided redirect URL should be prepended with the
application context path (if any).
|
Rendering.RedirectBuilder |
Rendering.RedirectBuilder.propagateQuery(boolean propagate)
Whether to append the query string of the current URL to the target
redirect URL or not.
|
static Rendering.RedirectBuilder |
Rendering.redirectTo(String url)
Create a new builder for a redirect through a
RedirectView . |