Generated by
JDiff

Package org.springframework.web.servlet.resource

Removed Classes
AppCacheManifestTransfomer A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
 

Added Classes
AppCacheManifestTransformer A ResourceTransformer implementation that helps handling resources within HTML5 AppCache manifests for HTML5 offline applications.
ResourceTransformerSupport A base class for a {@code ResourceTransformer} with an optional helper method for resolving public links within a transformed resource.
 

Changed Classes
CachingResourceResolver A org.springframework.web.servlet.resource.ResourceResolver that resolves resources from a org.springframework.cache.Cache or otherwise delegates to the resolver chain and saves the result in the cache.
CachingResourceTransformer A org.springframework.web.servlet.resource.ResourceTransformer that checks a org.springframework.cache.Cache to see if a previously transformed or otherwise delegates to the resolver chain and saves the result in the cache.
CssLinkResourceTransformer A ResourceTransformer implementation that modifies links in a CSS file to match the public URL paths that should be exposed to clients (e.g.
PathResourceResolver A simple {@code ResourceResolver} that tries to find a resource under the given locations matching to the request path.
VersionResourceResolver Resolves request paths containing a version string that can be used as part of an HTTP caching strategy in which a resource is cached with a far future date (e.g.