Uses of Interface
org.apache.shindig.gadgets.rewrite.ResponseRewriter

Packages that use ResponseRewriter
org.apache.shindig.gadgets.render   
org.apache.shindig.gadgets.rewrite   
org.apache.shindig.gadgets.rewrite.image   
 

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

Classes in org.apache.shindig.gadgets.render that implement ResponseRewriter
 class CajaResponseRewriter
          Rewriter that cajoles Javascript.
 class SanitizingGadgetRewriter
          A content rewriter that will sanitize output for simple 'badge' like display.
 class SanitizingResponseRewriter
          Rewriter that sanitizes CSS and image content.
 

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

Classes in org.apache.shindig.gadgets.rewrite that implement ResponseRewriter
 class AbsolutePathReferenceRewriter
          Rewriter that converts all url's to absolute.
 class BaseTagRemoverRewriter
          Simple rewriter that deletes the base tag from the html document.
 class CaptureRewriter
          Utility rewriter for testing.
 class ContentTypeCharsetRemoverRewriter
          Removes charset information from <meta http-equip="Content-Type"%gt; tags
 class CssResponseRewriter
          Rewrite links to referenced content in a stylesheet
static class DomWalker.Rewriter
          Rewriter that traverses the DOM, passing each node to its list of Visitor instances in order.
 class OsTemplateXmlLoaderRewriter
          Rewrites the gadget to include template and xml information
 class ProxyingContentRewriter
          Rewrites gadget content to force resources through the /proxy endpoint.
 class ScriptConcatContentRewriter
          REwrites scripts.
 class StyleAdjacencyContentRewriter
          Merges adjacent style tags.
 class StyleConcatContentRewriter
          Merges adjacent styles
 class StyleTagExtractorContentRewriter
          Extracts style tags
 class StyleTagProxyEmbeddedUrlsRewriter
          Rewriter that replaces urls (@import + background) in <style> ...
 

Fields in org.apache.shindig.gadgets.rewrite with type parameters of type ResponseRewriter
protected  List<ResponseRewriter> DefaultResponseRewriterRegistry.rewriters
           
 

Methods in org.apache.shindig.gadgets.rewrite that return types with arguments of type ResponseRewriter
protected  List<ResponseRewriter> RewriteModule.provideAccelResponseRewriters(AbsolutePathReferenceRewriter absolutePathReferenceRewriter, StyleTagProxyEmbeddedUrlsRewriter styleTagProxyEmbeddedUrlsRewriter, ProxyingContentRewriter proxyingContentRewriter)
           
protected  List<ResponseRewriter> RewriteModule.providePreCacheResponseRewriters(BasicImageRewriter imageRewriter)
           
protected  List<ResponseRewriter> RewriteModule.provideResponseRewriters(AbsolutePathReferenceRewriter absolutePathRewriter, StyleTagExtractorContentRewriter styleTagExtractorRewriter, StyleAdjacencyContentRewriter styleAdjacencyRewriter, ProxyingContentRewriter proxyingRewriter, CssResponseRewriter cssRewriter, SanitizingResponseRewriter sanitizedRewriter, CajaResponseRewriter cajaRewriter)
           
 

Method parameters in org.apache.shindig.gadgets.rewrite with type arguments of type ResponseRewriter
protected  ResponseRewriterRegistry RewriteModule.providePreCacheResponseRewritersRegistry(GadgetHtmlParser parser, List<ResponseRewriter> preCached)
           
 

Constructor parameters in org.apache.shindig.gadgets.rewrite with type arguments of type ResponseRewriter
AccelResponseRewriterRegistry(List<ResponseRewriter> rewriters, GadgetHtmlParser htmlParser)
           
DefaultResponseRewriterRegistry(List<ResponseRewriter> rewriters, GadgetHtmlParser htmlParser)
           
 

Uses of ResponseRewriter in org.apache.shindig.gadgets.rewrite.image
 

Classes in org.apache.shindig.gadgets.rewrite.image that implement ResponseRewriter
 class BasicImageRewriter
          Rewrite images to more efficiently compress their content.
 



Copyright © 2007-2012. All Rights Reserved.