Uses of Class
org.springframework.web.method.support.InvocableHandlerMethod
Packages that use InvocableHandlerMethod
Package
Description
Support classes for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of InvocableHandlerMethod in org.springframework.web.method.annotation
Constructor parameters in org.springframework.web.method.annotation with type arguments of type InvocableHandlerMethodModifierConstructorDescriptionInitBinderDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer) Create a new InitBinderDataBinderFactory instance.ModelFactory(List<InvocableHandlerMethod> handlerMethods, WebDataBinderFactory binderFactory, SessionAttributesHandler attributeHandler) Create a new instance with the given@ModelAttributemethods. -
Uses of InvocableHandlerMethod in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclassExtendsInvocableHandlerMethodwith the ability to handle return values through a registeredHandlerMethodReturnValueHandlerand also supports setting the response status based on a method-level@ResponseStatusannotation.Method parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type InvocableHandlerMethodModifier and TypeMethodDescriptionprotected InitBinderDataBinderFactoryRequestMappingHandlerAdapter.createDataBinderFactory(List<InvocableHandlerMethod> binderMethods) Template method to create a new InitBinderDataBinderFactory instance.Constructor parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type InvocableHandlerMethodModifierConstructorDescriptionServletRequestDataBinderFactory(List<InvocableHandlerMethod> binderMethods, WebBindingInitializer initializer) Create a new instance.