public interface VersionStrategy extends VersionPathStrategy
VersionPathStrategy that adds a method to determine the
actual version of a Resource.VersionResourceResolver| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourceVersion(Resource resource)
Get the version for the given resource.
|
addVersion, extractVersion, removeVersionjava.lang.String getResourceVersion(Resource resource)
resource - the resource to checknull