Uses of Interface
org.springframework.web.reactive.function.server.RenderingResponse
Packages that use RenderingResponse
Package
Description
Provides the types that make up Spring's functional web framework for Reactive environments.
- 
Uses of RenderingResponse in org.springframework.web.reactive.function.serverMethods in org.springframework.web.reactive.function.server that return types with arguments of type RenderingResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RenderingResponse>RenderingResponse.Builder.build()Build the response.Methods in org.springframework.web.reactive.function.server with parameters of type RenderingResponseModifier and TypeMethodDescriptionstatic RenderingResponse.BuilderRenderingResponse.from(RenderingResponse other) Create a builder with the template name, status code, headers and model of the given response.