Package | Description |
---|---|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Method and Description |
---|---|
List<ModelAndViewResolver> |
RequestMappingHandlerAdapter.getModelAndViewResolvers()
Return the configured
ModelAndViewResolvers , or null . |
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerAdapter.setModelAndViewResolvers(List<ModelAndViewResolver> modelAndViewResolvers)
Provide custom
ModelAndViewResolvers . |
Constructor and Description |
---|
ModelAndViewResolverMethodReturnValueHandler(List<ModelAndViewResolver> mavResolvers)
Create a new instance.
|