| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Model | |
|---|---|
| org.springframework.ui | Generic support for UI layer concepts. | 
| org.springframework.validation.support | Support classes for handling validation results. | 
| Uses of Model in org.springframework.ui | 
|---|
| Classes in org.springframework.ui that implement Model | |
|---|---|
|  class | ExtendedModelMapSubclass of ModelMapthat implements theModelinterface. | 
| Methods in org.springframework.ui that return Model | |
|---|---|
|  Model | Model.addAllAttributes(Collection<?> attributeValues)Copy all attributes in the supplied Collectioninto thisMap, using attribute name generation for each element. | 
|  Model | Model.addAllAttributes(Map<String,?> attributes)Copy all attributes in the supplied Mapinto thisMap. | 
|  Model | Model.addAttribute(Object attributeValue)Add the supplied attribute to this Mapusing agenerated name. | 
|  Model | Model.addAttribute(String attributeName,
             Object attributeValue)Add the supplied attribute under the supplied name. | 
|  Model | Model.mergeAttributes(Map<String,?> attributes)Copy all attributes in the supplied Mapinto thisMap,
 with existing objects of the same name taking precedence (i.e. not getting
 replaced). | 
| Uses of Model in org.springframework.validation.support | 
|---|
| Classes in org.springframework.validation.support that implement Model | |
|---|---|
|  class | BindingAwareModelMapSubclass of ExtendedModelMapthat
 automatically removes aBindingResultobject if the corresponding target attribute gets replaced. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||