Package | Description |
---|---|
org.springframework.ui |
Generic support for UI layer concepts.
|
org.springframework.validation.support |
Support classes for handling validation results.
|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
Modifier and Type | Method and Description |
---|---|
ExtendedModelMap |
ExtendedModelMap.addAllAttributes(Collection<?> attributeValues) |
ExtendedModelMap |
ExtendedModelMap.addAllAttributes(Map<String,?> attributes) |
ExtendedModelMap |
ExtendedModelMap.addAttribute(Object attributeValue) |
ExtendedModelMap |
ExtendedModelMap.addAttribute(String attributeName,
Object attributeValue) |
ExtendedModelMap |
ExtendedModelMap.mergeAttributes(Map<String,?> attributes) |
Modifier and Type | Class and Description |
---|---|
class |
BindingAwareModelMap
Subclass of
ExtendedModelMap that
automatically removes a BindingResult
object if the corresponding target attribute gets replaced. |
Modifier and Type | Method and Description |
---|---|
protected void |
HandlerMethodInvoker.addReturnValueAsModelAttribute(Method handlerMethod,
Class handlerType,
Object returnValue,
ExtendedModelMap implicitModel) |
Object |
HandlerMethodInvoker.invokeHandlerMethod(Method handlerMethod,
Object handler,
NativeWebRequest webRequest,
ExtendedModelMap implicitModel) |
void |
HandlerMethodInvoker.updateModelAttributes(Object handler,
Map<String,Object> mavModel,
ExtendedModelMap implicitModel,
NativeWebRequest webRequest) |
Modifier and Type | Method and Description |
---|---|
ModelAndView |
ModelAndViewResolver.resolveModelAndView(Method handlerMethod,
Class handlerType,
Object returnValue,
ExtendedModelMap implicitModel,
NativeWebRequest webRequest) |
Copyright © 2015. All rights reserved.