类的使用
org.springframework.web.method.support.InvocableHandlerMethod
使用InvocableHandlerMethod的程序包 程序包 说明 org.springframework.web.method.annotation Support classes for annotation-based handler method processing.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotation
package.org.springframework.web.method.annotation中InvocableHandlerMethod的使用
类型变量类型为InvocableHandlerMethod的org.springframework.web.method.annotation中的构造器参数 构造器 说明 InitBinderDataBinderFactory(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@ModelAttribute
methods.org.springframework.web.servlet.mvc.method.annotation