Uses of Class
org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
Packages that use RedirectAttributesModelMap
Package
Description
Support package for MVC controllers.
-
Uses of RedirectAttributesModelMap in org.springframework.web.servlet.mvc.support
Methods in org.springframework.web.servlet.mvc.support that return RedirectAttributesModelMapModifier and TypeMethodDescriptionRedirectAttributesModelMap.addAllAttributes(Collection<?> attributeValues) Copy all attributes in the suppliedCollectioninto thisMap, using attribute name generation for each element.RedirectAttributesModelMap.addAllAttributes(Map<String, ?> attributes) Copy all attributes in the suppliedMapinto thisMap.RedirectAttributesModelMap.addAttribute(Object attributeValue) Add the supplied attribute to thisMapusing agenerated name.RedirectAttributesModelMap.addAttribute(String attributeName, Object attributeValue) Add the supplied attribute under the supplied name.RedirectAttributesModelMap.mergeAttributes(Map<String, ?> attributes) Copy all attributes in the suppliedMapinto thisMap, with existing objects of the same name taking precedence (i.e.