Uses of Class
org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Packages that use ViewControllerRegistry
Package
Description
Annotation-based setup for Spring MVC.
- 
Uses of ViewControllerRegistry in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation with parameters of type ViewControllerRegistryModifier and TypeMethodDescriptionprotected voidDelegatingWebMvcConfiguration.addViewControllers(ViewControllerRegistry registry) protected voidWebMvcConfigurationSupport.addViewControllers(ViewControllerRegistry registry) Override this method to add view controllers.default voidWebMvcConfigurer.addViewControllers(ViewControllerRegistry registry) Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.