Uses of Interface
org.springframework.web.servlet.resource.VersionPathStrategy
Packages that use VersionPathStrategy
Package
Description
Support classes for serving static resources.
-
Uses of VersionPathStrategy in org.springframework.web.servlet.resource
Subinterfaces of VersionPathStrategy in org.springframework.web.servlet.resourceModifier and TypeInterfaceDescriptioninterface
An extension ofVersionPathStrategy
that adds a method to determine the actual version of aResource
.Classes in org.springframework.web.servlet.resource that implement VersionPathStrategyModifier and TypeClassDescriptionclass
Abstract base class forVersionStrategy
implementations.protected static class
File name-basedVersionPathStrategy
, e.g.protected static class
A prefix-basedVersionPathStrategy
, e.g.class
AVersionStrategy
that calculates a Hex MD5 hash from the content of the resource and appends it to the file name, e.g.class
AVersionStrategy
that relies on a fixed version applied as a request path prefix, e.g.Methods in org.springframework.web.servlet.resource that return VersionPathStrategyConstructors in org.springframework.web.servlet.resource with parameters of type VersionPathStrategyModifierConstructorDescriptionprotected
AbstractVersionStrategy
(VersionPathStrategy pathStrategy)