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(HandlerMethod handlerMethod) Create aServletInvocableHandlerMethodfrom the givenHandlerMethoddefinition.protected ServletInvocableHandlerMethodExceptionHandlerExceptionResolver.getExceptionHandlerMethod(HandlerMethod handlerMethod, Exception exception) Find an@ExceptionHandlermethod for the given exception.