Uses of Interface
org.springframework.web.reactive.resource.ResourceTransformerChain
Packages that use ResourceTransformerChain
Package
Description
Support classes for serving static resources.
-
Uses of ResourceTransformerChain in org.springframework.web.reactive.resource
Methods in org.springframework.web.reactive.resource with parameters of type ResourceTransformerChainModifier and TypeMethodDescriptionResourceTransformerSupport.resolveUrlPath(String resourcePath, org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource resource, ResourceTransformerChain transformerChain) A transformer can use this method when a resource being transformed contains links to other resources.Mono<org.springframework.core.io.Resource> CachingResourceTransformer.transform(org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource resource, ResourceTransformerChain transformerChain) Mono<org.springframework.core.io.Resource> CssLinkResourceTransformer.transform(org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource inputResource, ResourceTransformerChain transformerChain) Mono<org.springframework.core.io.Resource> ResourceTransformer.transform(org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource resource, ResourceTransformerChain transformerChain) Transform the given resource.