接口 VersionStrategy
- 所有超级接口:
VersionPathStrategy
An extension of
VersionPathStrategy that adds a method
to determine the actual version of a Resource.- 从以下版本开始:
- 4.0
- 作者:
- Brian Clozel, Rossen Stoyanchev
- 另请参阅:
-
方法概要
修饰符和类型方法说明getResourceVersion(cn.taketoday.core.io.Resource resource) Determine the version for the given resource.从接口继承的方法 cn.taketoday.web.resource.VersionPathStrategy
addVersion, extractVersion, removeVersion
-
方法详细资料
-
getResourceVersion
Determine the version for the given resource.- 参数:
resource- the resource to check- 返回:
- the version (never
null)
-