Uses of Interface
org.springframework.web.reactive.HandlerResultHandler
Package
Description
Classes supporting the
org.springframework.web.reactive.function.server
package.Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
-
Uses of HandlerResultHandler in org.springframework.web.reactive.function.server.support
Modifier and TypeClassDescriptionclass
HandlerResultHandler
implementation that supportsServerResponses
. -
Uses of HandlerResultHandler in org.springframework.web.reactive.result.method.annotation
Modifier and TypeClassDescriptionclass
HandlerResultHandler
that handles return values from methods annotated with@ResponseBody
writing to the body of the request or response with anHttpMessageWriter
.class
Handles return values of typeHttpEntity
,ResponseEntity
,HttpHeaders
,ErrorResponse
, andProblemDetail
. -
Uses of HandlerResultHandler in org.springframework.web.reactive.result.view
Modifier and TypeClassDescriptionclass
HandlerResultHandler
that encapsulates the view resolution algorithm supporting the following return types:Void
or 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 model