Uses of Interface
org.springframework.web.reactive.resource.ResourceResolverChain
Packages that use ResourceResolverChain
Package
Description
Support classes for serving static resources.
-
Uses of ResourceResolverChain in org.springframework.web.reactive.resource
Methods in org.springframework.web.reactive.resource that return ResourceResolverChainModifier and TypeMethodDescriptionResourceTransformerChain.getResolverChain()
Return theResourceResolverChain
that was used to resolve theResource
being transformed.Methods in org.springframework.web.reactive.resource with parameters of type ResourceResolverChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<Resource> AbstractResourceResolver.resolveResource
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) reactor.core.publisher.Mono
<Resource> ResourceResolver.resolveResource
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) Resolve the supplied request and request path to aResource
that exists under one of the given resource locations.protected abstract reactor.core.publisher.Mono
<Resource> AbstractResourceResolver.resolveResourceInternal
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<Resource> CachingResourceResolver.resolveResourceInternal
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<Resource> EncodedResourceResolver.resolveResourceInternal
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<Resource> LiteWebJarsResourceResolver.resolveResourceInternal
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<Resource> PathResourceResolver.resolveResourceInternal
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<Resource> VersionResourceResolver.resolveResourceInternal
(@Nullable ServerWebExchange exchange, String requestPath, List<? extends Resource> locations, ResourceResolverChain chain) reactor.core.publisher.Mono
<String> AbstractResourceResolver.resolveUrlPath
(String resourceUrlPath, List<? extends Resource> locations, ResourceResolverChain chain) reactor.core.publisher.Mono
<String> ResourceResolver.resolveUrlPath
(String resourcePath, List<? extends Resource> locations, ResourceResolverChain chain) Resolve the externally facing public URL path for clients to use to access the resource that is located at the given internal resource path.protected abstract reactor.core.publisher.Mono
<String> AbstractResourceResolver.resolveUrlPathInternal
(String resourceUrlPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<String> CachingResourceResolver.resolveUrlPathInternal
(String resourceUrlPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<String> EncodedResourceResolver.resolveUrlPathInternal
(String resourceUrlPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<String> LiteWebJarsResourceResolver.resolveUrlPathInternal
(String resourceUrlPath, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<String> PathResourceResolver.resolveUrlPathInternal
(String path, List<? extends Resource> locations, ResourceResolverChain chain) protected reactor.core.publisher.Mono
<String> VersionResourceResolver.resolveUrlPathInternal
(String resourceUrlPath, List<? extends Resource> locations, ResourceResolverChain chain)