Uses of Class
org.springframework.web.servlet.config.annotation.ViewControllerRegistry
Package
Description
Annotation-based setup for Spring MVC.
-
Uses of ViewControllerRegistry in org.springframework.web.servlet.config.annotation
Modifier and TypeMethodDescriptionprotected void
DelegatingWebMvcConfiguration.addViewControllers
(ViewControllerRegistry registry) protected void
WebMvcConfigurationSupport.addViewControllers
(ViewControllerRegistry registry) Override this method to add view controllers.default void
WebMvcConfigurer.addViewControllers
(ViewControllerRegistry registry) Configure simple automated controllers pre-configured with the response status code and/or a view to render the response body.