| Package | Description |
|---|---|
| org.springframework.web.servlet.function |
Provides the types that make up Spring's functional web framework for Servlet environments.
|
| Modifier and Type | Method and Description |
|---|---|
RenderingResponse |
RenderingResponse.Builder.build()
Build the response.
|
| Modifier and Type | Method and Description |
|---|---|
static RenderingResponse.Builder |
RenderingResponse.from(RenderingResponse other)
Create a builder with the template name, status code, headers and model of the given response.
|