Uses of Interface
org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
Packages that use ModelAndViewResolver Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of ModelAndViewResolver in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return types with arguments of type ModelAndViewResolver Modifier and Type Method Description List<ModelAndViewResolver>RequestMappingHandlerAdapter. getModelAndViewResolvers()Return the configuredModelAndViewResolvers, ornull.Method parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type ModelAndViewResolver Modifier and Type Method Description voidRequestMappingHandlerAdapter. setModelAndViewResolvers(List<ModelAndViewResolver> modelAndViewResolvers)Provide customModelAndViewResolvers.Constructor parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type ModelAndViewResolver Constructor Description ModelAndViewResolverMethodReturnValueHandler(List<ModelAndViewResolver> mavResolvers)Create a new instance.