Uses of Interface
org.springframework.web.servlet.mvc.annotation.ModelAndViewResolver
Packages that use ModelAndViewResolver
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.- 
Uses of ModelAndViewResolver in org.springframework.web.servlet.mvc.method.annotationMethods in org.springframework.web.servlet.mvc.method.annotation that return types with arguments of type ModelAndViewResolverModifier and TypeMethodDescriptionRequestMappingHandlerAdapter.getModelAndViewResolvers()Return the configuredModelAndViewResolvers, ornull.Method parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type ModelAndViewResolverModifier and TypeMethodDescriptionvoidRequestMappingHandlerAdapter.setModelAndViewResolvers(@Nullable List<ModelAndViewResolver> modelAndViewResolvers) Provide customModelAndViewResolvers.Constructor parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type ModelAndViewResolverModifierConstructorDescriptionCreate a new instance.