Uses of Interface
org.springframework.web.servlet.mvc.support.RedirectAttributes
Packages that use RedirectAttributes
Package
Description
Support package for MVC controllers.
-
Uses of RedirectAttributes in org.springframework.web.servlet.mvc.support
Classes in org.springframework.web.servlet.mvc.support that implement RedirectAttributesModifier and TypeClassDescriptionclassMethods in org.springframework.web.servlet.mvc.support that return RedirectAttributesModifier and TypeMethodDescriptionRedirectAttributes.addAllAttributes(Collection<?> attributeValues) RedirectAttributes.addAttribute(Object attributeValue) RedirectAttributes.addAttribute(String attributeName, Object attributeValue) RedirectAttributes.addFlashAttribute(Object attributeValue) Add the given flash storage using agenerated name.RedirectAttributes.addFlashAttribute(String attributeName, Object attributeValue) Add the given flash attribute.RedirectAttributesModelMap.addFlashAttribute(Object attributeValue) RedirectAttributesModelMap.addFlashAttribute(String attributeName, Object attributeValue) RedirectAttributes.mergeAttributes(Map<String, ?> attributes)