Uses of Class
org.springframework.web.reactive.resource.AbstractResourceResolver
Packages that use AbstractResourceResolver Package Description org.springframework.web.reactive.resource Support classes for serving static resources.Uses of AbstractResourceResolver in org.springframework.web.reactive.resource
Subclasses of AbstractResourceResolver in org.springframework.web.reactive.resource Modifier and Type Class Description classCachingResourceResolverAResourceResolverthat resolves resources from aCacheor otherwise delegates to the resolver chain and caches the result.classEncodedResourceResolverResolver that delegates to the chain, and if a resource is found, it then attempts to find an encoded (e.g.classGzipResourceResolverDeprecated.as of 5.1, in favor of usingEncodedResourceResolverclassPathResourceResolverA simpleResourceResolverthat tries to find a resource under the given locations matching to the request path.classVersionResourceResolverResolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a date in the distant future (e.g.classWebJarsResourceResolverAResourceResolverthat delegates to the chain to locate a resource and then attempts to find a matching versioned resource contained in a WebJar JAR file.