Java org.springframework.web.servlet.mvc.support RedirectAttributes fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.mvc.support RedirectAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.mvc.support RedirectAttributes.

The text is from its open source code.

Method

RedirectAttributesaddAttribute(String attributeName, @Nullable Object attributeValue)
RedirectAttributesaddFlashAttribute(String attributeName, @Nullable Object attributeValue)
Add the given flash attribute.
RedirectAttributesaddFlashAttribute(Object attributeValue)
Add the given flash storage using a org.springframework.core.Conventions#getVariableName generated name .
booleancontainsAttribute(String attributeName)
Does this model contain an attribute of the given name?
MapgetFlashAttributes()
Return the attributes candidate for flash storage or an empty Map.
RedirectAttributesmergeAttributes(Map attributes)