Uses of Class
org.springframework.web.reactive.result.HandlerResultHandlerSupport
Packages that use HandlerResultHandlerSupport
Package
Description
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
- 
Uses of HandlerResultHandlerSupport in org.springframework.web.reactive.result.method.annotationSubclasses of HandlerResultHandlerSupport in org.springframework.web.reactive.result.method.annotationModifier and TypeClassDescriptionclassAbstract base class for result handlers that handle return values by writing to the response withHttpMessageWriter.classHandlerResultHandlerthat handles return values from methods annotated with@ResponseBodywriting to the body of the request or response with anHttpMessageWriter.classHandlesHttpEntityandResponseEntityreturn values.
- 
Uses of HandlerResultHandlerSupport in org.springframework.web.reactive.result.viewSubclasses of HandlerResultHandlerSupport in org.springframework.web.reactive.result.viewModifier and TypeClassDescriptionclassHandlerResultHandlerthat encapsulates the view resolution algorithm supporting the following return types:Voidor 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