Uses of Interface
org.apache.shindig.gadgets.rewrite.DomWalker.Visitor

Packages that use DomWalker.Visitor
org.apache.shindig.gadgets.rewrite   
 

Uses of DomWalker.Visitor in org.apache.shindig.gadgets.rewrite
 

Classes in org.apache.shindig.gadgets.rewrite that implement DomWalker.Visitor
 class AbsolutePathReferenceVisitor
          Visitor that resolves relative paths relative to the base tag (only if present) / current page url and marks urls as absolute.
 class ConcatVisitor
          DOM mutator that concatenates resources using the concat servlet
static class ConcatVisitor.Css
           
static class ConcatVisitor.Js
           
 class ContentTypeCharsetRemoverVisitor
          Removes charset information from <meta http-equip="Content-Type">
static class OsTemplateXmlLoaderRewriter.GadgetHtmlVisitor
           
 class ProxyingVisitor
          Simple visitor that, when plugged into a DomWalker, rewrites resource links to proxied versions of the same.
 class ResourceMutateVisitor
          Abstract visitor that walks over html tags as specified by resourceTags and prepares list of html tag nodes whose uri attributes can be mutated.
 class StyleAdjacencyVisitor
          Visitor that pulls all stylesheet nodes in a document to head, in the order they were found in the document.
 class StyleTagExtractorVisitor
          Visits nodes in the dom extracting style tags.
 class StyleTagProxyEmbeddedUrlsVisitor
          Visitor that replaces urls (@import + background) in <style> ...
 

Methods in org.apache.shindig.gadgets.rewrite that return types with arguments of type DomWalker.Visitor
protected  List<DomWalker.Visitor> StyleTagProxyEmbeddedUrlsRewriter.makeVisitors(Gadget context, Uri gadgetUri)
           
protected  List<DomWalker.Visitor> StyleTagExtractorContentRewriter.makeVisitors(Gadget context, Uri gadgetUri)
           
protected  List<DomWalker.Visitor> StyleConcatContentRewriter.makeVisitors(Gadget context, Uri gadgetUri)
           
protected  List<DomWalker.Visitor> ScriptConcatContentRewriter.makeVisitors(Gadget context, Uri gadgetUri)
           
protected  List<DomWalker.Visitor> ProxyingContentRewriter.makeVisitors(Gadget context, Uri gadgetUri)
           
protected  List<DomWalker.Visitor> DomWalker.Rewriter.makeVisitors(Gadget context, Uri gadgetUri)
           
 

Constructors in org.apache.shindig.gadgets.rewrite with parameters of type DomWalker.Visitor
DomWalker.Rewriter(DomWalker.Visitor... visitors)
           
 

Constructor parameters in org.apache.shindig.gadgets.rewrite with type arguments of type DomWalker.Visitor
DomWalker.Rewriter(List<DomWalker.Visitor> visitors)
           
 



Copyright © 2007-2012. All Rights Reserved.