Uses of Class
org.apache.shindig.gadgets.uri.ProxyUriManager.ProxyUri

Packages that use ProxyUriManager.ProxyUri
org.apache.shindig.gadgets.render   
org.apache.shindig.gadgets.rewrite   
org.apache.shindig.gadgets.servlet   
org.apache.shindig.gadgets.uri   
 

Uses of ProxyUriManager.ProxyUri in org.apache.shindig.gadgets.render
 

Methods in org.apache.shindig.gadgets.render that return ProxyUriManager.ProxyUri
 ProxyUriManager.ProxyUri SanitizingProxyUriManager.process(Uri uri)
           
 

Method parameters in org.apache.shindig.gadgets.render with type arguments of type ProxyUriManager.ProxyUri
 List<Uri> SanitizingProxyUriManager.make(List<ProxyUriManager.ProxyUri> ctx, Integer forcedRefresh)
           
 

Uses of ProxyUriManager.ProxyUri in org.apache.shindig.gadgets.rewrite
 

Methods in org.apache.shindig.gadgets.rewrite with parameters of type ProxyUriManager.ProxyUri
 Uri CssResponseRewriter.UriMaker.make(ProxyUriManager.ProxyUri uri, Uri context)
           
 

Uses of ProxyUriManager.ProxyUri in org.apache.shindig.gadgets.servlet
 

Methods in org.apache.shindig.gadgets.servlet that return ProxyUriManager.ProxyUri
 ProxyUriManager.ProxyUri AccelHandler.getProxyUri(HttpRequest httpRequest)
          Returns the proxy uri encapsulating the request uri.
 

Methods in org.apache.shindig.gadgets.servlet with parameters of type ProxyUriManager.ProxyUri
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)
           
 

Uses of ProxyUriManager.ProxyUri in org.apache.shindig.gadgets.uri
 

Methods in org.apache.shindig.gadgets.uri that return ProxyUriManager.ProxyUri
 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)
           
 

Methods in org.apache.shindig.gadgets.uri that return types with arguments of type ProxyUriManager.ProxyUri
static List<ProxyUriManager.ProxyUri> ProxyUriManager.ProxyUri.fromList(Gadget gadget, List<Uri> uris)
           
 

Method parameters in org.apache.shindig.gadgets.uri with type arguments of type ProxyUriManager.ProxyUri
 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.