Uses of Class
org.springframework.ui.ExtendedModelMap
Packages that use 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
Methods in org.springframework.ui that return ExtendedModelMapModifier and TypeMethodDescriptionExtendedModelMap.addAllAttributes(@Nullable Collection<?> attributeValues) ExtendedModelMap.addAllAttributes(@Nullable Map<String, ?> attributes) ExtendedModelMap.addAttribute(Object attributeValue) ExtendedModelMap.addAttribute(String attributeName, @Nullable Object attributeValue) ExtendedModelMap.mergeAttributes(@Nullable Map<String, ?> attributes) -
Uses of ExtendedModelMap in org.springframework.validation.support
Subclasses of ExtendedModelMap in org.springframework.validation.supportModifier and TypeClassDescriptionclassSubclass ofExtendedModelMapthat automatically removes aBindingResultobject if the corresponding target attribute gets replaced through regularMapoperations. -
Uses of ExtendedModelMap in org.springframework.web.servlet.mvc.annotation
Methods in org.springframework.web.servlet.mvc.annotation with parameters of type ExtendedModelMapModifier and TypeMethodDescriptionModelAndViewResolver.resolveModelAndView(Method handlerMethod, Class<?> handlerType, @Nullable Object returnValue, ExtendedModelMap implicitModel, NativeWebRequest webRequest)