org.apache.shindig.gadgets.rewrite
Class StyleConcatContentRewriter

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

public class StyleConcatContentRewriter
extends DomWalker.Rewriter

Merges adjacent styles

Since:
2.0.0

Constructor Summary
StyleConcatContentRewriter(ContentRewriterFeature.Factory featureConfigFactory, ConcatUriManager concatUriManager)
           
 
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

StyleConcatContentRewriter

@Inject
public StyleConcatContentRewriter(ContentRewriterFeature.Factory featureConfigFactory,
                                         ConcatUriManager concatUriManager)
Method Detail

makeVisitors

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


Copyright © 2007-2012. All Rights Reserved.