Uses of Interface
org.springframework.web.servlet.resource.ResourceTransformer
Packages that use ResourceTransformer
Package
Description
Annotation-based setup for Spring MVC.
Support classes for serving static resources.
- 
Uses of ResourceTransformer in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation that return types with arguments of type ResourceTransformerModifier and TypeMethodDescriptionprotected List<ResourceTransformer> ResourceChainRegistration.getResourceTransformers()Methods in org.springframework.web.servlet.config.annotation with parameters of type ResourceTransformerModifier and TypeMethodDescriptionResourceChainRegistration.addTransformer(ResourceTransformer transformer) Add a resource transformer to the chain.
- 
Uses of ResourceTransformer in org.springframework.web.servlet.resourceClasses in org.springframework.web.servlet.resource that implement ResourceTransformerModifier and TypeClassDescriptionclassAResourceTransformerthat checks aCacheto see if a previously transformed resource exists in the cache and returns it if found, and otherwise delegates to the resolver chain and saves the result in the cache.classAResourceTransformerimplementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (for example, with an MD5 content-based hash inserted in the URL).classA base class for aResourceTransformerwith an optional helper method for resolving public links within a transformed resource.Methods in org.springframework.web.servlet.resource that return types with arguments of type ResourceTransformerModifier and TypeMethodDescriptionResourceHttpRequestHandler.getResourceTransformers()Return the list of configured resource transformers.Method parameters in org.springframework.web.servlet.resource with type arguments of type ResourceTransformerModifier and TypeMethodDescriptionvoidResourceHttpRequestHandler.setResourceTransformers(@Nullable List<ResourceTransformer> resourceTransformers) Configure the list ofResourceTransformersto use.