Uses of Interface
org.springframework.web.reactive.result.view.Rendering.RedirectBuilder
Packages that use Rendering.RedirectBuilder
Package
Description
Support for result handling through view resolution.
-
Uses of Rendering.RedirectBuilder in org.springframework.web.reactive.result.view
Methods in org.springframework.web.reactive.result.view that return Rendering.RedirectBuilderModifier and TypeMethodDescriptionRendering.RedirectBuilder.contextRelative(boolean contextRelative) Whether to the provided redirect URL should be prepended with the application context path (if any).Rendering.RedirectBuilder.propagateQuery(boolean propagate) Whether to append the query string of the current URL to the target redirect URL or not.static Rendering.RedirectBuilderRendering.redirectTo(String url) Create a new builder for a redirect through aRedirectView.