Uses of Class
org.springframework.ui.ExtendedModelMap
Packages that use ExtendedModelMap Package Description org.springframework.ui Generic support for UI layer concepts.org.springframework.validation.support Support classes for handling validation results.org.springframework.web.servlet.mvc.annotation Support package for annotation-based Servlet MVC controllers.Uses of ExtendedModelMap in org.springframework.ui
Methods in org.springframework.ui that return ExtendedModelMap Modifier and Type Method Description ExtendedModelMapExtendedModelMap. addAllAttributes(Collection<?> attributeValues)ExtendedModelMapExtendedModelMap. addAllAttributes(Map<String,?> attributes)ExtendedModelMapExtendedModelMap. addAttribute(Object attributeValue)ExtendedModelMapExtendedModelMap. addAttribute(String attributeName, Object attributeValue)ExtendedModelMapExtendedModelMap. mergeAttributes(Map<String,?> attributes)Uses of ExtendedModelMap in org.springframework.validation.support
Subclasses of ExtendedModelMap in org.springframework.validation.support Modifier and Type Class Description classBindingAwareModelMapSubclass 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 ExtendedModelMap Modifier and Type Method Description ModelAndViewModelAndViewResolver. resolveModelAndView(Method handlerMethod, Class<?> handlerType, Object returnValue, ExtendedModelMap implicitModel, NativeWebRequest webRequest)