Uses of Interface
org.springframework.web.servlet.function.RenderingResponse
Packages that use RenderingResponse
Package
Description
Provides the types that make up Spring's functional web framework for Servlet environments.
-
Uses of RenderingResponse in org.springframework.web.servlet.function
Methods in org.springframework.web.servlet.function that return RenderingResponseMethods in org.springframework.web.servlet.function with parameters of type RenderingResponseModifier and TypeMethodDescriptionstatic RenderingResponse.Builder
RenderingResponse.from
(RenderingResponse other) Create a builder with the template name, status code, headers and model of the given response.