public static interface ConcatUriManager.Versioner
| Modifier and Type | Method and Description |
|---|---|
UriStatus |
validate(List<Uri> resourceUris,
String container,
String value)
Validate the version of the resource list.
|
List<String> |
version(List<List<Uri>> resourceUris,
String container,
List<String> resourceTags)
Generates a version for each of the provided resources.
|
List<String> version(List<List<Uri>> resourceUris, String container, List<String> resourceTags)
resourceUris - List of resource "batches" to version.container - Container making the requestresourceTags - Index-correlated list of html tags, one per list of resouceUris as only
similar tags can be concat. Each entry in resourceTags corresponds to html tag of resources
uris. Any older implementations can just ignore.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.