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(Resource resource) Determine the version for the given resource.Methods inherited from interface VersionPathStrategy
addVersion, extractVersion, removeVersion 
- 
Method Details
- 
getResourceVersion
 
 -