Uses of Interface
org.springframework.web.reactive.resource.ResourceTransformer
Packages that use ResourceTransformer
Package
Description
Spring WebFlux configuration infrastructure.
Support classes for serving static resources.
-
Uses of ResourceTransformer in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return types with arguments of type ResourceTransformerModifier and TypeMethodDescriptionprotected List<ResourceTransformer>ResourceChainRegistration.getResourceTransformers()Methods in org.springframework.web.reactive.config with parameters of type ResourceTransformerModifier and TypeMethodDescriptionResourceChainRegistration.addTransformer(ResourceTransformer transformer) Add a resource transformer to the chain. -
Uses of ResourceTransformer in org.springframework.web.reactive.resource
Classes in org.springframework.web.reactive.resource that implement ResourceTransformerModifier and TypeClassDescriptionclassAResourceTransformerthat checks aCacheto see if a previously transformed resource exists in the cache and returns it if found, or otherwise delegates to the resolver chain and caches the result.classAResourceTransformerimplementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (e.g.classA base class for aResourceTransformerwith an optional helper method for resolving public links within a transformed resource.Methods in org.springframework.web.reactive.resource that return types with arguments of type ResourceTransformerModifier and TypeMethodDescriptionResourceWebHandler.getResourceTransformers()Return the list of configured resource transformers.Method parameters in org.springframework.web.reactive.resource with type arguments of type ResourceTransformerModifier and TypeMethodDescriptionvoidResourceWebHandler.setResourceTransformers(List<ResourceTransformer> resourceTransformers) Configure the list ofResourceTransformersto use.