| Package | Description | 
|---|---|
| org.springframework.ui | Generic support for UI layer concepts. | 
| org.springframework.validation.support | Support classes for handling validation results. | 
| org.springframework.web.servlet.mvc.annotation | Support package for annotation-based Servlet MVC controllers. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedModelMap | ExtendedModelMap. addAllAttributes(Collection<?> attributeValues) | 
| ExtendedModelMap | ExtendedModelMap. addAllAttributes(Map<String,?> attributes) | 
| ExtendedModelMap | ExtendedModelMap. addAttribute(Object attributeValue) | 
| ExtendedModelMap | ExtendedModelMap. addAttribute(String attributeName,
            Object attributeValue) | 
| ExtendedModelMap | ExtendedModelMap. mergeAttributes(Map<String,?> attributes) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BindingAwareModelMapSubclass of  ExtendedModelMapthat automatically removes
 aBindingResultobject if the corresponding
 target attribute gets replaced through regularMapoperations. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelAndView | ModelAndViewResolver. resolveModelAndView(Method handlerMethod,
                   Class<?> handlerType,
                   Object returnValue,
                   ExtendedModelMap implicitModel,
                   NativeWebRequest webRequest) |