Uses of Package
org.springframework.web.reactive.result.view
Packages that use org.springframework.web.reactive.result.view Package Description org.springframework.web.reactive.config Spring WebFlux configuration infrastructure.org.springframework.web.reactive.function.server Provides the types that make up Spring's functional web framework for Reactive environments.org.springframework.web.reactive.function.server.support Classes supporting theorg.springframework.web.reactive.function.serverpackage.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.web.reactive.result.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.reactive.result.view.script Support classes for views based on the JSR-223 script engine abstraction (as included in Java 6+), e.g.Classes in org.springframework.web.reactive.result.view used by org.springframework.web.reactive.config Class Description UrlBasedViewResolver AViewResolverthat allows direct resolution of symbolic view names to URLs without explicit mapping definitions.View Contract to renderHandlerResultto the HTTP response.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 modelViewResolver Contract to resolve a view name to aViewinstance.Classes in org.springframework.web.reactive.result.view used by org.springframework.web.reactive.function.server Class Description ViewResolver Contract to resolve a view name to aViewinstance.Classes in org.springframework.web.reactive.result.view used by org.springframework.web.reactive.function.server.support Class Description ViewResolver Contract to resolve a view name to aViewinstance.Classes in org.springframework.web.reactive.result.view used by org.springframework.web.reactive.result.view 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.RedirectView View that redirects to an absolute or context relative URL.Rendering Public API for HTML rendering.Rendering.Builder Defines a builder forRendering.Rendering.RedirectBuilder ExtendsRendering.Builderwith extra options for redirect scenarios.RequestContext Context holder for request-specific state, like theMessageSourceto use, current locale, binding errors, etc.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.ViewResolverSupport Base class forViewResolverimplementations with shared properties.Classes in org.springframework.web.reactive.result.view used by org.springframework.web.reactive.result.view.freemarker Class Description AbstractUrlBasedView Abstract base class for URL-based views.AbstractView Base class forViewimplementations.UrlBasedViewResolver AViewResolverthat allows direct resolution of symbolic view names to URLs without explicit mapping definitions.View Contract to renderHandlerResultto the HTTP response.ViewResolver Contract to resolve a view name to aViewinstance.ViewResolverSupport Base class forViewResolverimplementations with shared properties.Classes in org.springframework.web.reactive.result.view used by org.springframework.web.reactive.result.view.script Class Description AbstractUrlBasedView Abstract base class for URL-based views.AbstractView Base class forViewimplementations.UrlBasedViewResolver AViewResolverthat allows direct resolution of symbolic view names to URLs without explicit mapping definitions.View Contract to renderHandlerResultto the HTTP response.ViewResolver Contract to resolve a view name to aViewinstance.ViewResolverSupport Base class forViewResolverimplementations with shared properties.