spring-framework / org.springframework.web.servlet.mvc.method.annotation / ServletInvocableHandlerMethod / invokeAndHandle

invokeAndHandle

open fun invokeAndHandle(webRequest: ServletWebRequest, mavContainer: ModelAndViewContainer, vararg providedArgs: Any): Unit

Invoke the method and handle the return value through one of the configured HandlerMethodReturnValueHandlers.

Parameters

webRequest - the current request

mavContainer - the ModelAndViewContainer for this request

providedArgs - "given" arguments matched by type (not resolved)