org.apache.shindig.gadgets.rewrite
Class StyleTagExtractorContentRewriter

java.lang.Object
  extended by org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
      extended by org.apache.shindig.gadgets.rewrite.StyleTagExtractorContentRewriter
All Implemented Interfaces:
GadgetRewriter, ResponseRewriter

public class StyleTagExtractorContentRewriter
extends DomWalker.Rewriter

Extracts style tags

Since:
2.0.0

Constructor Summary
StyleTagExtractorContentRewriter(ContentRewriterFeature.Factory featureConfigFactory, ProxyUriManager proxyUriManager, CssResponseRewriter cssRewriter)
           
 
Method Summary
protected  List<DomWalker.Visitor> makeVisitors(Gadget context, Uri gadgetUri)
           
 
Methods inherited from class org.apache.shindig.gadgets.rewrite.DomWalker.Rewriter
rewrite, rewrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleTagExtractorContentRewriter

@Inject
public StyleTagExtractorContentRewriter(ContentRewriterFeature.Factory featureConfigFactory,
                                               ProxyUriManager proxyUriManager,
                                               CssResponseRewriter cssRewriter)
Method Detail

makeVisitors

protected List<DomWalker.Visitor> makeVisitors(Gadget context,
                                               Uri gadgetUri)
Overrides:
makeVisitors in class DomWalker.Rewriter


Copyright © 2007-2012. All Rights Reserved.