| Package | Description |
|---|---|
| org.apache.shindig.gadgets.render | |
| org.apache.shindig.gadgets.rewrite | |
| org.apache.shindig.gadgets.servlet | |
| org.apache.shindig.gadgets.uri |
| Modifier and Type | Method and Description |
|---|---|
ProxyUriManager.ProxyUri |
SanitizingProxyUriManager.process(Uri uri) |
| Modifier and Type | Method and Description |
|---|---|
List<Uri> |
SanitizingProxyUriManager.make(List<ProxyUriManager.ProxyUri> ctx,
Integer forcedRefresh) |
| Modifier and Type | Method and Description |
|---|---|
Uri |
CssResponseRewriter.UriMaker.make(ProxyUriManager.ProxyUri uri,
Uri context) |
| Modifier and Type | Method and Description |
|---|---|
ProxyUriManager.ProxyUri |
AccelHandler.getProxyUri(HttpRequest httpRequest)
Returns the proxy uri encapsulating the request uri.
|
| Modifier and Type | Method and Description |
|---|---|
protected HttpRequest |
AccelHandler.buildHttpRequest(HttpRequest request,
ProxyUriManager.ProxyUri uriToProxyOrRewrite)
Build an HttpRequest object encapsulating the request details as requested
by the user.
|
HttpResponse |
ProxyHandler.fetch(ProxyUriManager.ProxyUri proxyUri) |
| Modifier and Type | Method and Description |
|---|---|
ProxyUriManager.ProxyUri |
ProxyUriManager.process(Uri uri)
Parse and validate the proxied Uri.
|
ProxyUriManager.ProxyUri |
DefaultProxyUriManager.process(Uri uriIn) |
ProxyUriManager.ProxyUri |
ProxyUriManager.ProxyUri.setFallbackUrl(String fallbackUrl) |
ProxyUriManager.ProxyUri |
ProxyUriManager.ProxyUri.setResize(Integer w,
Integer h,
Integer q,
boolean noExpand) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProxyUriManager.ProxyUri> |
ProxyUriManager.ProxyUri.fromList(Gadget gadget,
List<Uri> uris) |
| Modifier and Type | Method and Description |
|---|---|
List<Uri> |
ProxyUriManager.make(List<ProxyUriManager.ProxyUri> resource,
Integer forcedRefresh)
Generate a Uri that proxies the given resource Uri.
|
List<Uri> |
DefaultProxyUriManager.make(List<ProxyUriManager.ProxyUri> resources,
Integer forcedRefresh) |
Copyright © 2007-2012. All Rights Reserved.