Uses of Class
org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite
Packages that use HandlerMethodReturnValueHandlerComposite
Package
Description
Generic support classes for handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of HandlerMethodReturnValueHandlerComposite in org.springframework.web.method.support
Methods in org.springframework.web.method.support that return HandlerMethodReturnValueHandlerCompositeModifier and TypeMethodDescriptionHandlerMethodReturnValueHandlerComposite.addHandler(HandlerMethodReturnValueHandler handler) Add the givenHandlerMethodReturnValueHandler.HandlerMethodReturnValueHandlerComposite.addHandlers(List<? extends HandlerMethodReturnValueHandler> handlers) Add the givenHandlerMethodReturnValueHandlers. -
Uses of HandlerMethodReturnValueHandlerComposite in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return HandlerMethodReturnValueHandlerCompositeModifier and TypeMethodDescriptionExceptionHandlerExceptionResolver.getReturnValueHandlers()Return the configured handlers, or possiblynullif not initialized yet viaExceptionHandlerExceptionResolver.afterPropertiesSet().Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type HandlerMethodReturnValueHandlerCompositeModifier and TypeMethodDescriptionvoidServletInvocableHandlerMethod.setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite returnValueHandlers) RegisterHandlerMethodReturnValueHandlerinstances to use to handle return values.