The Spring Framework

Uses of Class
org.springframework.ui.ModelMap

Packages that use ModelMap
org.springframework.orm.hibernate.support Classes supporting the org.springframework.orm.hibernate package. 
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
org.springframework.ui Generic support for UI layer concepts. 
org.springframework.web.context.request Support for generic request context holding, in particular for scoping of application objects per HTTP request or HTTP session. 
org.springframework.web.portlet Provides JSR-168 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework. 
org.springframework.web.servlet Provides servlets that integrate with the application context infrastructure, and the core interfaces and classes for the Spring web MVC framework. 
 

Uses of ModelMap in org.springframework.orm.hibernate.support
 

Methods in org.springframework.orm.hibernate.support with parameters of type ModelMap
 void OpenSessionInViewInterceptor.postHandle(WebRequest request, ModelMap model)
          Flush the Hibernate Session before view rendering, if necessary.
 

Uses of ModelMap in org.springframework.orm.hibernate3.support
 

Methods in org.springframework.orm.hibernate3.support with parameters of type ModelMap
 void OpenSessionInViewInterceptor.postHandle(WebRequest request, ModelMap model)
          Flush the Hibernate Session before view rendering, if necessary.
 

Uses of ModelMap in org.springframework.orm.jdo.support
 

Methods in org.springframework.orm.jdo.support with parameters of type ModelMap
 void OpenPersistenceManagerInViewInterceptor.postHandle(WebRequest request, ModelMap model)
           
 

Uses of ModelMap in org.springframework.orm.jpa.support
 

Methods in org.springframework.orm.jpa.support with parameters of type ModelMap
 void OpenEntityManagerInViewInterceptor.postHandle(WebRequest request, ModelMap model)
           
 

Uses of ModelMap in org.springframework.ui
 

Methods in org.springframework.ui that return ModelMap
 ModelMap ModelMap.addAllObjects(Collection objects)
          Copy all objects in the supplied Collection into this Map, using attribute name generation for each element.
 ModelMap ModelMap.addAllObjects(Map objects)
          Copy all objects in the supplied Map into this Map.
 ModelMap ModelMap.addObject(Object modelObject)
          Add the supplied Object to this Map used a generated name.
 ModelMap ModelMap.addObject(String modelName, Object modelObject)
          Add the supplied Object under the supplied name.
 

Uses of ModelMap in org.springframework.web.context.request
 

Methods in org.springframework.web.context.request with parameters of type ModelMap
 void WebRequestInterceptor.postHandle(WebRequest request, ModelMap model)
          Intercept the execution of a request handler after its successful invocation, right before view rendering (if any).
 

Uses of ModelMap in org.springframework.web.portlet
 

Methods in org.springframework.web.portlet that return ModelMap
 ModelMap ModelAndView.getModelMap()
          Return the underlying ModelMap instance (never null).
 

Uses of ModelMap in org.springframework.web.servlet
 

Methods in org.springframework.web.servlet that return ModelMap
 ModelMap ModelAndView.getModelMap()
          Return the underlying ModelMap instance (never null).
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.