Interface VersionStrategy
- All Superinterfaces:
VersionPathStrategy
- All Known Implementing Classes:
AbstractVersionStrategy, ContentVersionStrategy, FixedVersionStrategy
An extension of
VersionPathStrategy that adds a method
to determine the actual version of a Resource.- Since:
- 4.1
- Author:
- Brian Clozel, Rossen Stoyanchev
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceVersion(org.springframework.core.io.Resource resource) Determine the version for the given resource.Methods inherited from interface VersionPathStrategy
addVersion, extractVersion, removeVersion
-
Method Details
-
getResourceVersion
Determine the version for the given resource.- Parameters:
resource- the resource to check- Returns:
- the version (never
null)
-