Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
void |
WebMvcConfigurerAdapter.addViewControllers(ViewControllerRegistry registry)
Deprecated.
Configure simple automated controllers pre-configured with the response
status code and/or a view to render the response body.
|
protected void |
DelegatingWebMvcConfiguration.addViewControllers(ViewControllerRegistry registry) |
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.
|
protected void |
WebMvcConfigurationSupport.addViewControllers(ViewControllerRegistry registry)
Override this method to add view controllers.
|