Uses of Class
org.springframework.web.servlet.resource.AbstractVersionStrategy
Packages that use AbstractVersionStrategy Package Description org.springframework.web.servlet.resource Support classes for serving static resources.Uses of AbstractVersionStrategy in org.springframework.web.servlet.resource
Subclasses of AbstractVersionStrategy in org.springframework.web.servlet.resource Modifier and Type Class Description classContentVersionStrategyAVersionStrategythat calculates an Hex MD5 hashes from the content of the resource and appends it to the file name, e.g.classFixedVersionStrategyAVersionStrategythat relies on a fixed version applied as a request path prefix, e.g.