Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod

Documentation changed from old to new.

Added Constructors
ServletInvocableHandlerMethod(HandlerMethod) Create an instance from a {@code HandlerMethod}.
 

Changed Constructors
ServletInvocableHandlerMethod(Object, Method) Documentation changed from old to new.
Creates an instance from the given handler and method.
 

Changed Methods
void invokeAndHandle(ServletWebRequest, ModelAndViewContainer, Object[]) Change in signature from (NativeWebRequest, ModelAndViewContainer, Object[]) to (ServletWebRequest, ModelAndViewContainer, Object[]).
Documentation changed from old to new.
Invokes the method and handles the return value through a registered HandlerMethodReturnValueHandler.
void setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) Documentation changed from old to new.
Register HandlerMethodReturnValueHandler instances to use to handle return values.