Generated by
JDiff

Interface org.springframework.web.servlet.resource.VersionStrategy

Added interface org.springframework.web.servlet.resource.VersionPathStrategy.

Removed Methods
String addVersionToUrl(String, List<Resource>, ResourceResolverChain) Adds a version string to the given baseUrl.
String deleteVersionFromPath(String, String) Deletes the given candidate version string from the given request path.
String extractVersionFromPath(String) Extracts a version string from the request path.
boolean resourceVersionMatches(Resource, String) Checks whether the given {@code Resource} matches the candidate version string.
 

Added Methods
String getResourceVersion(Resource) Get the version for the given resource.