Java org.springframework.ui ExtendedModelMap fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ui ExtendedModelMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ui ExtendedModelMap.

The text is from its open source code.

Subclass

org.springframework.ui.ExtendedModelMap has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ExtendedModelMapaddAllAttributes(@Nullable Collection attributeValues)
ExtendedModelMapaddAllAttributes(@Nullable Map attributes)
ExtendedModelMapaddAttribute(String attributeName, @Nullable Object attributeValue)
ExtendedModelMapaddAttribute(Object attributeValue)
MapasMap()
booleancontainsAttribute(String attributeName)
Does this model contain an attribute of the given name?
ClassgetClass()
Returns the runtime class of this Object .