Uses of Interface
org.apache.shindig.gadgets.uri.ProxyUriManager

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

Uses of ProxyUriManager in org.apache.shindig.gadgets.parse.caja
 

Methods in org.apache.shindig.gadgets.parse.caja with parameters of type ProxyUriManager
 void CajaCssSanitizer.sanitize(com.google.caja.parser.css.CssTree css, Uri linkContext, GadgetContext gadgetContext, ProxyUriManager importRewriter, ProxyUriManager imageRewriter)
          Sanitize the given CSS tree in-place by removing all non-whitelisted function calls
 void CajaCssSanitizer.sanitize(Element styleElem, Uri linkContext, GadgetContext gadgetContext, ProxyUriManager importRewriter, ProxyUriManager imageRewriter)
          Sanitize the CSS content of a style tag.
 String CajaCssSanitizer.sanitize(String content, Uri linkContext, GadgetContext gadgetContext, ProxyUriManager importRewriter, ProxyUriManager imageRewriter)
          Sanitize the CSS content of a style tag.
 

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

Classes in org.apache.shindig.gadgets.render that implement ProxyUriManager
 class SanitizingProxyUriManager
          Forcible rewrite the link through the proxy and force sanitization with an expected mime type.
 

Constructors in org.apache.shindig.gadgets.render with parameters of type ProxyUriManager
SanitizingGadgetRewriter(Set<String> allowedTags, Set<String> allowedAttributes, ContentRewriterFeature.Factory rewriterFeatureFactory, CajaCssSanitizer cssSanitizer, ProxyUriManager proxyUriManager)
           
SanitizingProxyUriManager(ProxyUriManager wrapped, String expectedMime)
           
SanitizingResponseRewriter(ContentRewriterFeature.Factory featureConfigFactory, CajaCssSanitizer cssSanitizer, ProxyUriManager proxyUriManager)
           
 

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

Fields in org.apache.shindig.gadgets.rewrite declared as ProxyUriManager
protected  ProxyUriManager StyleTagProxyEmbeddedUrlsVisitor.proxyUriManager
           
 

Methods in org.apache.shindig.gadgets.rewrite with parameters of type ProxyUriManager
static CssResponseRewriter.UriMaker CssResponseRewriter.uriMaker(ProxyUriManager wrapped, ContentRewriterFeature.Config config)
           
 

Constructors in org.apache.shindig.gadgets.rewrite with parameters of type ProxyUriManager
CssResponseRewriter(CajaCssParser cssParser, ProxyUriManager proxyUriManager, ContentRewriterFeature.Factory rewriterFeatureFactory)
           
ProxyingContentRewriter(ContentRewriterFeature.Factory featureConfigFactory, ProxyUriManager proxyUriManager, ConcatUriManager concatUriManager)
           
ProxyingVisitor(ContentRewriterFeature.Config featureConfig, ProxyUriManager uriManager, ResourceMutateVisitor.Tags... resourceTags)
           
StyleTagExtractorContentRewriter(ContentRewriterFeature.Factory featureConfigFactory, ProxyUriManager proxyUriManager, CssResponseRewriter cssRewriter)
           
StyleTagExtractorVisitor(ContentRewriterFeature.Config config, CssResponseRewriter cssRewriter, ProxyUriManager proxyUriManager)
           
StyleTagProxyEmbeddedUrlsRewriter(ContentRewriterFeature.Factory featureConfigFactory, ProxyUriManager proxyUriManager, CssResponseRewriter cssRewriter)
           
StyleTagProxyEmbeddedUrlsVisitor(ContentRewriterFeature.Config config, ProxyUriManager proxyUriManager, CssResponseRewriter cssRewriter)
           
 

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

Methods in org.apache.shindig.gadgets.servlet with parameters of type ProxyUriManager
 void ProxyServlet.setProxyUriManager(ProxyUriManager proxyUriManager)
           
 

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

Classes in org.apache.shindig.gadgets.uri that implement ProxyUriManager
 class DefaultProxyUriManager
          Generates URIs for use by the Shindig proxy service.
 

Constructors in org.apache.shindig.gadgets.uri with parameters of type ProxyUriManager
DefaultAccelUriManager(ContainerConfig config, ProxyUriManager proxyUriManager)
           
 



Copyright © 2007-2012. All Rights Reserved.