Uses of Class
org.springframework.ui.ExtendedModelMap

Packages that use ExtendedModelMap
org.springframework.ui Generic support for UI layer concepts. 
org.springframework.validation.support Support classes for handling validation results. 
org.springframework.web.bind.annotation.support Support classes for web annotation processing. 
 

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)
           
 

Uses of ExtendedModelMap in org.springframework.validation.support
 

Subclasses of ExtendedModelMap in org.springframework.validation.support
 class BindingAwareModelMap
          Subclass of ExtendedModelMap that automatically removes a BindingResult object if the corresponding target attribute gets replaced.
 

Uses of ExtendedModelMap in org.springframework.web.bind.annotation.support
 

Methods in org.springframework.web.bind.annotation.support with parameters of type ExtendedModelMap
 Object HandlerMethodInvoker.invokeHandlerMethod(Method handlerMethod, Object handler, NativeWebRequest webRequest, ExtendedModelMap implicitModel)
           
 void HandlerMethodInvoker.updateModelAttributes(Object handler, Map mavModel, ExtendedModelMap implicitModel, NativeWebRequest webRequest)
           
 



Copyright © 2002-2008 The Spring Framework.