Generated by
JDiff

Class org.springframework.web.servlet.resource.VersionResourceResolver

Added Methods
VersionResourceResolver addContentVersionStrategy(String[]) Insert a content-based version in resource URLs that match the given path patterns.
VersionResourceResolver addFixedVersionStrategy(String, String[]) Insert a fixed, prefix-based version in resource URLs that match the given path patterns, e.g.
VersionResourceResolver addVersionStrategy(VersionStrategy, String[]) Register a custom VersionStrategy to apply to resource URLs that match the given path patterns.
(Map<String, VersionStrategy>getStrategyMap() Return the map with version strategies keyed by path pattern.