| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelMap | |
|---|---|
| org.springframework.orm.hibernate3.support | Classes supporting the org.springframework.orm.hibernate3package. | 
| org.springframework.orm.jdo.support | Classes supporting the org.springframework.orm.jdopackage. | 
| org.springframework.orm.jpa.support | Classes supporting the org.springframework.orm.jpapackage. | 
| org.springframework.ui | Generic support for UI layer concepts. | 
| org.springframework.validation.support | Support classes for handling validation results. | 
| 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.hibernate3.support | 
|---|
| Methods in org.springframework.orm.hibernate3.support with parameters of type ModelMap | |
|---|---|
|  void | OpenSessionInViewInterceptor.postHandle(WebRequest request,
           ModelMap model)Flush the Hibernate Sessionbefore 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 | 
|---|
| Subclasses of ModelMap in org.springframework.ui | |
|---|---|
|  class | ExtendedModelMapSubclass of ModelMapthat implements theModelinterface. | 
| Methods in org.springframework.ui that return ModelMap | |
|---|---|
|  ModelMap | ModelMap.addAllAttributes(Collection attributeValues)Copy all attributes in the supplied Collectioninto thisMap, using attribute name generation for each element. | 
|  ModelMap | ModelMap.addAllAttributes(Map attributes)Copy all attributes in the supplied Mapinto thisMap. | 
|  ModelMap | ModelMap.addAllObjects(Collection objects)Deprecated. as of Spring 2.5, in favor of addAllAttributes(Collection) | 
|  ModelMap | ModelMap.addAllObjects(Map objects)Deprecated. as of Spring 2.5, in favor of addAllAttributes(Map) | 
|  ModelMap | ModelMap.addAttribute(Object attributeValue)Add the supplied attribute to this Mapusing agenerated name. | 
|  ModelMap | ModelMap.addAttribute(String attributeName,
             Object attributeValue)Add the supplied attribute under the supplied name. | 
|  ModelMap | ModelMap.addObject(Object modelObject)Deprecated. as of Spring 2.5, in favor of addAttribute(Object) | 
|  ModelMap | ModelMap.addObject(String modelName,
          Object modelObject)Deprecated. as of Spring 2.5, in favor of addAttribute(String, Object) | 
|  ModelMap | ModelMap.mergeAttributes(Map 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 ModelMap in org.springframework.validation.support | 
|---|
| Subclasses of ModelMap in org.springframework.validation.support | |
|---|---|
|  class | BindingAwareModelMapSubclass of ExtendedModelMapthat
 automatically removes aBindingResultobject if the corresponding target attribute gets replaced. | 
| Uses of ModelMap in org.springframework.web.context.request | 
|---|
| Methods in org.springframework.web.context.request with parameters of type ModelMap | |
|---|---|
|  void | Log4jNestedDiagnosticContextInterceptor.postHandle(WebRequest request,
           ModelMap model) | 
|  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 ModelMapinstance (nevernull). | 
| Uses of ModelMap in org.springframework.web.servlet | 
|---|
| Methods in org.springframework.web.servlet that return ModelMap | |
|---|---|
|  ModelMap | ModelAndView.getModelMap()Return the underlying ModelMapinstance (nevernull). | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||