public interface ResourceDigestManager extends InvalidationEventHub
Modifier and Type | Method and Description |
---|---|
String |
getDigest(Resource resource)
Deprecated.
Returns the digest for the given path.
|
boolean |
requiresDigest(Resource resource)
Deprecated.
Returns true if the path requires that the client URL for the resource include a digest to validate that the
client is authorized to access the resource.
|
addInvalidationCallback, addInvalidationListener, clearOnInvalidation
boolean requiresDigest(Resource resource)
resource
- ResourceDigestGenerator.requiresDigest(String)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.