Uses of Interface
org.springframework.web.reactive.HandlerResultHandler
Packages that use 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
Classes in org.springframework.web.reactive.function.server.support that implement HandlerResultHandlerModifier and TypeClassDescriptionclassHandlerResultHandlerimplementation that supportsServerResponses. -
Uses of HandlerResultHandler in org.springframework.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement HandlerResultHandlerModifier and TypeClassDescriptionclassHandlerResultHandlerthat handles return values from methods annotated with@ResponseBodywriting to the body of the request or response with anHttpMessageWriter.classHandles return values of typeHttpEntity,ResponseEntity,HttpHeaders,ErrorResponse, andProblemDetail. -
Uses of HandlerResultHandler in org.springframework.web.reactive.result.view
Classes in org.springframework.web.reactive.result.view that implement HandlerResultHandlerModifier and TypeClassDescriptionclassHandlerResultHandlerthat encapsulates the view resolution algorithm supporting the following return types:Void,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