Uses of Interface
org.springframework.web.reactive.resource.ResourceResolver
Packages that use ResourceResolver
Package
Description
Spring WebFlux configuration infrastructure.
Support classes for serving static resources.
- 
Uses of ResourceResolver in org.springframework.web.reactive.configMethods in org.springframework.web.reactive.config that return types with arguments of type ResourceResolverModifier and TypeMethodDescriptionprotected List<ResourceResolver>ResourceChainRegistration.getResourceResolvers()Methods in org.springframework.web.reactive.config with parameters of type ResourceResolverModifier and TypeMethodDescriptionResourceChainRegistration.addResolver(ResourceResolver resolver) Add a resource resolver to the chain.
- 
Uses of ResourceResolver in org.springframework.web.reactive.resourceClasses in org.springframework.web.reactive.resource that implement ResourceResolverModifier and TypeClassDescriptionclassBaseResourceResolverproviding consistent logging.classAResourceResolverthat resolves resources from aCacheor otherwise delegates to the resolver chain and caches the result.classResolver that delegates to the chain, and if a resource is found, it then attempts to find an encoded (e.g.classA simpleResourceResolverthat tries to find a resource under the given locations matching to the request path.classResolves 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.classAResourceResolverthat delegates to the chain to locate a resource and then attempts to find a matching versioned resource contained in a WebJar JAR file.Methods in org.springframework.web.reactive.resource that return types with arguments of type ResourceResolverModifier and TypeMethodDescriptionResourceWebHandler.getResourceResolvers()Return the list of configured resource resolvers.Method parameters in org.springframework.web.reactive.resource with type arguments of type ResourceResolverModifier and TypeMethodDescriptionvoidResourceWebHandler.setResourceResolvers(List<ResourceResolver> resourceResolvers) Configure the list ofResourceResolversto use.