public interface ProxyUriManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProxyUriManager.ProxyUri |
static interface |
ProxyUriManager.Versioner |
| Modifier and Type | Method and Description |
|---|---|
List<Uri> |
make(List<ProxyUriManager.ProxyUri> resource,
Integer forcedRefresh)
Generate a Uri that proxies the given resource Uri.
|
ProxyUriManager.ProxyUri |
process(Uri uri)
Parse and validate the proxied Uri.
|
List<Uri> make(List<ProxyUriManager.ProxyUri> resource, Integer forcedRefresh)
resource - Resource Uri to proxyforcedRefresh - Forced expires value to use for resourceProxyUriManager.ProxyUri process(Uri uri) throws GadgetException
uri - A Uri presumed to be a proxied Uri generated
by this class or in a compatible wayGadgetExceptionCopyright © 2007-2012. All Rights Reserved.