Package org.springframework.web.reactive.result.view
Support for result handling through view resolution.
Interface Summary Interface Description Rendering Public API for HTML rendering.Rendering.Builder<B extends Rendering.Builder<B>> Defines a builder forRendering.Rendering.RedirectBuilder ExtendsRendering.Builderwith extra options for redirect scenarios.RequestDataValueProcessor A contract for inspecting and potentially modifying request data values such as URL query parameters or form field values before they are rendered by a view or before a redirect.View Contract to renderHandlerResultto the HTTP response.ViewResolver Contract to resolve a view name to aViewinstance.Class Summary Class Description AbstractUrlBasedView Abstract base class for URL-based views.AbstractView Base class forViewimplementations.BindStatus Simple adapter to expose the bind status of a field or object.HttpMessageWriterView Viewthat writes model attribute(s) with anHttpMessageWriter.RedirectView View that redirects to an absolute or context relative URL.RequestContext Context holder for request-specific state, like theMessageSourceto use, current locale, binding errors, etc.UrlBasedViewResolver AViewResolverthat allows direct resolution of symbolic view names to URLs without explicit mapping definitions.ViewResolutionResultHandler HandlerResultHandlerthat encapsulates the view resolution algorithm supporting the following return types:Voidor no value -- default view nameString-- view name unless@ModelAttribute-annotatedView-- View to render withModel-- attributes to add to the modelMap-- attributes to add to the modelRendering-- use case driven API for view resolution@ModelAttribute-- attribute for the model Non-simple value -- attribute for the modelViewResolverSupport Base class forViewResolverimplementations with shared properties.