Class and Description |
---|
org.springframework.web.servlet.resource.AppCacheManifestTransformer
as of 5.3 since browser support is going away
|
org.springframework.web.servlet.resource.GzipResourceResolver
as of 5.1, in favor of using
EncodedResourceResolver |
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
as of 5.3 in favor of implementing
HandlerInterceptor
and/or AsyncHandlerInterceptor directly. |
org.springframework.web.servlet.view.ResourceBundleViewResolver
as of 5.3, in favor of Spring's common view resolver variants
and/or custom resolver implementations
|
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 |
org.springframework.web.servlet.view.XmlViewResolver
as of 5.3, in favor of Spring's common view resolver variants
and/or custom resolver implementations
|
Field and Description |
---|
org.springframework.web.servlet.HandlerMapping.LOOKUP_PATH
as of 5.3 in favor of
UrlPathHelper.PATH_ATTRIBUTE and
ServletRequestPathUtils.PATH_ATTRIBUTE .
To access the cached path used for request mapping, use
ServletRequestPathUtils.getCachedPathValue(ServletRequest) . |