Class and Description |
---|
org.springframework.web.servlet.resource.GzipResourceResolver
as of 5.1, in favor of using
EncodedResourceResolver |
org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
as of 5.0
WebMvcConfigurer has default methods (made
possible by a Java 8 baseline) and can be implemented directly without the
need for this adapter |
Constructor and Description |
---|
org.springframework.web.servlet.handler.HandlerMappingIntrospector(ApplicationContext)
as of 4.3.12, in favor of
HandlerMappingIntrospector.setApplicationContext(org.springframework.context.ApplicationContext) |
org.springframework.web.servlet.mvc.condition.PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean)
as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. |
org.springframework.web.servlet.mvc.condition.PatternsRequestCondition(String[], UrlPathHelper, PathMatcher, boolean, boolean, List<String>)
as of 5.2.4. See class-level note in
RequestMappingHandlerMapping
on the deprecation of path extension config options. |