public static interface ProxyUriManager.Versioner
| Modifier and Type | Method and Description |
|---|---|
UriStatus |
validate(Uri resource,
String container,
String value)
Validate the version of the resource.
|
List<String> |
version(List<Uri> resources,
String container,
List<String> resourceTags)
Generates a version for each of the provided resources.
|
List<String> version(List<Uri> resources, String container, List<String> resourceTags)
resources - Resources to version.container - Container making the requestresourceTags - Index-correlated list of html tags, one per resouceUris. Any older
implementations can just ignore.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.