org.apache.shindig.gadgets.rewrite
Class ScriptConcatContentRewriter

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

public class ScriptConcatContentRewriter
extends DomWalker.Rewriter

REwrites scripts.

Since:
2.0.0

Constructor Summary
ScriptConcatContentRewriter(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

ScriptConcatContentRewriter

@Inject
public ScriptConcatContentRewriter(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.