The Spring Framework

Uses of Class
org.springframework.ui.ExtendedModelMap

Packages that use ExtendedModelMap
org.springframework.ui Generic support for UI layer concepts. 
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.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)
           
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.