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