Uses of Class
org.springframework.ui.ExtendedModelMap
Package
Description
Generic support for UI layer concepts.
Support classes for handling validation results.
Support package for annotation-based Servlet MVC controllers.
-
Uses of ExtendedModelMap in org.springframework.ui
Modifier and TypeMethodDescriptionExtendedModelMap.addAllAttributes
(Collection<?> attributeValues) ExtendedModelMap.addAllAttributes
(Map<String, ?> attributes) ExtendedModelMap.addAttribute
(Object attributeValue) ExtendedModelMap.addAttribute
(String attributeName, Object attributeValue) ExtendedModelMap.mergeAttributes
(Map<String, ?> attributes) -
Uses of ExtendedModelMap in org.springframework.validation.support
Modifier and TypeClassDescriptionclass
Subclass ofExtendedModelMap
that automatically removes aBindingResult
object if the corresponding target attribute gets replaced through regularMap
operations. -
Uses of ExtendedModelMap in org.springframework.web.servlet.mvc.annotation
Modifier and TypeMethodDescriptionModelAndViewResolver.resolveModelAndView
(Method handlerMethod, Class<?> handlerType, Object returnValue, ExtendedModelMap implicitModel, NativeWebRequest webRequest)