Uses of Class
org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config

Packages that use ContentRewriterFeature.Config
org.apache.shindig.gadgets.rewrite   
 

Uses of ContentRewriterFeature.Config in org.apache.shindig.gadgets.rewrite
 

Subclasses of ContentRewriterFeature.Config in org.apache.shindig.gadgets.rewrite
static class ContentRewriterFeature.DefaultConfig
           
 

Fields in org.apache.shindig.gadgets.rewrite declared as ContentRewriterFeature.Config
protected  ContentRewriterFeature.Config StyleTagProxyEmbeddedUrlsVisitor.config
           
protected  ContentRewriterFeature.Config ResourceMutateVisitor.featureConfig
           
 

Methods in org.apache.shindig.gadgets.rewrite that return ContentRewriterFeature.Config
 ContentRewriterFeature.Config ContentRewriterFeature.Factory.createRewriteAllFeature(int ttl)
          Create a rewriter feature that allows all URIs to be rewritten.
 ContentRewriterFeature.Config ContentRewriterFeature.Factory.get(GadgetSpec spec)
           
 ContentRewriterFeature.Config ContentRewriterFeature.Factory.get(HttpRequest request)
           
 ContentRewriterFeature.Config ContentRewriterFeature.Factory.get(Uri gadgetUri)
           
 ContentRewriterFeature.Config ContentRewriterFeature.Factory.getDefault()
           
 

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

Constructors in org.apache.shindig.gadgets.rewrite with parameters of type ContentRewriterFeature.Config
ConcatVisitor.Css(ContentRewriterFeature.Config config, ConcatUriManager uriManager)
           
ConcatVisitor.Js(ContentRewriterFeature.Config config, ConcatUriManager uriManager)
           
ProxyingVisitor(ContentRewriterFeature.Config featureConfig, ProxyUriManager uriManager, ResourceMutateVisitor.Tags... resourceTags)
           
ResourceMutateVisitor(ContentRewriterFeature.Config featureConfig, ResourceMutateVisitor.Tags... resourceTags)
           
StyleTagExtractorVisitor(ContentRewriterFeature.Config config, CssResponseRewriter cssRewriter, ProxyUriManager proxyUriManager)
           
StyleTagProxyEmbeddedUrlsVisitor(ContentRewriterFeature.Config config, ProxyUriManager proxyUriManager, CssResponseRewriter cssRewriter)
           
 



Copyright © 2007-2012. All Rights Reserved.