Package | Description |
---|---|
org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
void |
WebMvcConfigurerAdapter.configureViewResolvers(ViewResolverRegistry registry)
Deprecated.
Configure view resolvers to translate String-based view names returned from
controllers into concrete
View
implementations to perform rendering with. |
protected void |
DelegatingWebMvcConfiguration.configureViewResolvers(ViewResolverRegistry registry) |
protected void |
WebMvcConfigurationSupport.configureViewResolvers(ViewResolverRegistry registry)
Override this method to configure view resolution.
|
default void |
WebMvcConfigurer.configureViewResolvers(ViewResolverRegistry registry)
Configure view resolvers to translate String-based view names returned from
controllers into concrete
View
implementations to perform rendering with. |