Uses of Annotation Interface
org.springframework.web.bind.annotation.ModelAttribute
Package
Description
Support classes for annotation-based handler method processing.
-
Uses of ModelAttribute in org.springframework.web.method.annotation
Modifier and TypeMethodDescriptionvoid
HandlerMethodValidationException.Visitor.modelAttribute
(ModelAttribute modelAttribute, ParameterErrors errors) Handle results for@ModelAttribute
method parameters.