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)
Determine the version for the given resource.
|
addVersion, extractVersion, removeVersion
java.lang.String getResourceVersion(Resource resource)
resource
- the resource to checknull
)