Uses of Interface
org.springframework.web.servlet.resource.VersionPathStrategy
Package
Description
Support classes for serving static resources.
-
Uses of VersionPathStrategy in org.springframework.web.servlet.resource
Modifier and TypeInterfaceDescriptioninterface
An extension ofVersionPathStrategy
that adds a method to determine the actual version of aResource
.Modifier 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.ModifierConstructorDescriptionprotected
AbstractVersionStrategy
(VersionPathStrategy pathStrategy)