Uses of Interface
org.springframework.web.servlet.resource.VersionPathStrategy
Packages that use VersionPathStrategy Package Description org.springframework.web.servlet.resource Support classes for serving static resources.Uses of VersionPathStrategy in org.springframework.web.servlet.resource
Subinterfaces of VersionPathStrategy in org.springframework.web.servlet.resource Modifier and Type Interface Description interfaceVersionStrategyAn extension ofVersionPathStrategythat adds a method to determine the actual version of aResource.Classes in org.springframework.web.servlet.resource that implement VersionPathStrategy Modifier and Type Class Description classAbstractVersionStrategyAbstract base class forVersionStrategyimplementations.protected static classAbstractVersionStrategy.FileNameVersionPathStrategyFile name-basedVersionPathStrategy, e.g.protected static classAbstractVersionStrategy.PrefixVersionPathStrategyA prefix-basedVersionPathStrategy, e.g.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.Methods in org.springframework.web.servlet.resource that return VersionPathStrategy Modifier and Type Method Description VersionPathStrategyAbstractVersionStrategy. getVersionPathStrategy()Constructors in org.springframework.web.servlet.resource with parameters of type VersionPathStrategy Constructor Description AbstractVersionStrategy(VersionPathStrategy pathStrategy)