Package org.springframework.ui
@NonNullApi
@NonNullFields
package org.springframework.ui
Generic support for UI layer concepts.
Provides generic Model
and ModelMap
holders for model attributes.
-
ClassDescriptionImplementation of the
Model
interface based on aConcurrentHashMap
for use in concurrent scenarios.Interface that defines a holder for model attributes.Implementation ofMap
for use when building model data for use with UI tools.