Uses of Class
org.springframework.web.servlet.config.annotation.ViewResolverRegistry
Packages that use ViewResolverRegistry
Package
Description
Annotation-based setup for Spring MVC.
- 
Uses of ViewResolverRegistry in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation with parameters of type ViewResolverRegistryModifier and TypeMethodDescriptionprotected voidDelegatingWebMvcConfiguration.configureViewResolvers(ViewResolverRegistry registry) protected voidWebMvcConfigurationSupport.configureViewResolvers(ViewResolverRegistry registry) Override this method to configure view resolution.default voidWebMvcConfigurer.configureViewResolvers(ViewResolverRegistry registry) Configure view resolvers to translate String-based view names returned from controllers into concreteViewimplementations to perform rendering with.