Uses of Class
org.springframework.web.method.annotation.ModelAttributeMethodProcessor
Packages that use ModelAttributeMethodProcessor Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of ModelAttributeMethodProcessor in org.springframework.web.servlet.mvc.method.annotation
Subclasses of ModelAttributeMethodProcessor in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description classServletModelAttributeMethodProcessorA Servlet-specificModelAttributeMethodProcessorthat applies data binding through a WebDataBinder of typeServletRequestDataBinder.