Package | Description |
---|---|
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ResourceTransformerSupport.resolveUrlPath(String resourcePath,
HttpServletRequest request,
org.springframework.core.io.Resource resource,
ResourceTransformerChain transformerChain)
A transformer can use this method when a resource being transformed
contains links to other resources.
|
org.springframework.core.io.Resource |
ResourceTransformer.transform(HttpServletRequest request,
org.springframework.core.io.Resource resource,
ResourceTransformerChain transformerChain)
Transform the given resource.
|
org.springframework.core.io.Resource |
AppCacheManifestTransformer.transform(HttpServletRequest request,
org.springframework.core.io.Resource resource,
ResourceTransformerChain chain) |
org.springframework.core.io.Resource |
CssLinkResourceTransformer.transform(HttpServletRequest request,
org.springframework.core.io.Resource resource,
ResourceTransformerChain transformerChain) |
org.springframework.core.io.Resource |
CachingResourceTransformer.transform(HttpServletRequest request,
org.springframework.core.io.Resource resource,
ResourceTransformerChain transformerChain) |