| Package | Description | 
|---|---|
| org.springframework.ui | Generic support for UI layer concepts. | 
| org.springframework.validation.support | Support classes for handling validation results. | 
| 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. |