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 TypeMethodDescriptionprotected reactor.core.publisher.Mono<String>ResourceTransformerSupport.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.reactor.core.publisher.Mono<org.springframework.core.io.Resource>CachingResourceTransformer.transform(org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource resource, ResourceTransformerChain transformerChain) reactor.core.publisher.Mono<org.springframework.core.io.Resource>CssLinkResourceTransformer.transform(org.springframework.web.server.ServerWebExchange exchange, org.springframework.core.io.Resource inputResource, ResourceTransformerChain transformerChain) reactor.core.publisher.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.