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 |
|---|---|
String |
getResourceVersion(org.springframework.core.io.Resource resource)
Determine the version for the given resource.
|
addVersion, extractVersion, removeVersionString getResourceVersion(org.springframework.core.io.Resource resource)
resource - the resource to checknull)