Generated by
JDiff

Class org.springframework.web.servlet.resource.AbstractVersionStrategy

Changed Constructors
AbstractVersionStrategy(VersionPathStrategy) Change in type from void to VersionPathStrategy.
Change of visibility from public to protected.
 
 

Removed Methods
String addVersionAsPrefix(String, String) Adds the given version string to the baseUrl, as a prefix in the request path.
String addVersionToFilename(String, String) Adds the given version string to the baseUrl, as a file name suffix.
String deleteVersionAsPrefix(String, String) Deletes the given candidate version string from the request path.
String deleteVersionFromFilename(String, String) Deletes the given candidate version string from the request path.
String extractVersionAsPrefix(String, String) Extracts a version string from the request path, as a prefix in the request path.
String extractVersionFromFilename(String) Extracts a version string from the request path, as a suffix in the resource file name.
 

Added Methods
String addVersion(String, String)  
String extractVersion(String)  
VersionPathStrategy getVersionPathStrategy()  
String removeVersion(String, String)