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.annotation
Methods 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 TypeMethodDescriptionvoid
RequestMappingHandlerAdapter.setModelAndViewResolvers
(List<ModelAndViewResolver> modelAndViewResolvers) Provide customModelAndViewResolvers
.Constructor parameters in org.springframework.web.servlet.mvc.method.annotation with type arguments of type ModelAndViewResolverModifierConstructorDescriptionModelAndViewResolverMethodReturnValueHandler
(List<ModelAndViewResolver> mavResolvers) Create a new instance.