The Spring Framework

Uses of Class
org.springframework.ui.ExtendedModelMap

Packages that use ExtendedModelMap
org.springframework.ui Generic support for UI layer concepts. 
 

Uses of ExtendedModelMap in org.springframework.ui
 

Methods in org.springframework.ui that return ExtendedModelMap
 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)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.