Uses of Class
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod
Packages that use ServletInvocableHandlerMethod
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of ServletInvocableHandlerMethod in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return ServletInvocableHandlerMethodModifier and TypeMethodDescriptionprotected ServletInvocableHandlerMethodRequestMappingHandlerAdapter.createInvocableHandlerMethod(org.springframework.web.method.HandlerMethod handlerMethod) Create aServletInvocableHandlerMethodfrom the givenHandlerMethoddefinition.protected ServletInvocableHandlerMethodExceptionHandlerExceptionResolver.getExceptionHandlerMethod(org.springframework.web.method.HandlerMethod handlerMethod, Exception exception, org.springframework.web.context.request.ServletWebRequest webRequest) Find an@ExceptionHandlermethod for the given exception.