Uses of Package
org.apache.shindig.gadgets.rewrite

Packages that use org.apache.shindig.gadgets.rewrite
org.apache.shindig.gadgets.http   
org.apache.shindig.gadgets.render   
org.apache.shindig.gadgets.rewrite   
org.apache.shindig.gadgets.rewrite.image   
org.apache.shindig.gadgets.servlet   
 

Classes in org.apache.shindig.gadgets.rewrite used by org.apache.shindig.gadgets.http
MutableContent
          Object that maintains a String representation of arbitrary contents and a consistent view of those contents as an HTML parse tree.
ResponseRewriterRegistry
          Performs rewriting operations by invoking one or more ResponseRewriters.
 

Classes in org.apache.shindig.gadgets.rewrite used by org.apache.shindig.gadgets.render
ContentRewriterFeature.Factory
          Factory for content rewriter features.
DomWalker.Rewriter
          Rewriter that traverses the DOM, passing each node to its list of Visitor instances in order.
GadgetRewriter
          Interface for rewriters that modify gadget content.
MutableContent
          Object that maintains a String representation of arbitrary contents and a consistent view of those contents as an HTML parse tree.
ResponseRewriter
          Base interface used by response rewriter implementations.
RewritingException
          Exceptions thrown during content rewriting.
 

Classes in org.apache.shindig.gadgets.rewrite used by org.apache.shindig.gadgets.rewrite
AbsolutePathReferenceRewriter
          Rewriter that converts all url's to absolute.
AbsolutePathReferenceVisitor.Tags
           
ConcatVisitor
          DOM mutator that concatenates resources using the concat servlet
ContentRewriterFeature.Config
           
ContentRewriterFeature.DefaultConfig
           
ContentRewriterFeature.Factory
          Factory for content rewriter features.
ContentRewriterFeature.PatternOptions
           
CssResponseRewriter
          Rewrite links to referenced content in a stylesheet
CssResponseRewriter.UriMaker
           
DefaultResponseRewriterRegistry
          Basic registry -- just iterates over rewriters and invokes them sequentially.
DomWalker.Rewriter
          Rewriter that traverses the DOM, passing each node to its list of Visitor instances in order.
DomWalker.Visitor
          Implemented by classes that do actual manipulation of the DOM while DomWalker.ContentVisitor walks it.
DomWalker.Visitor.VisitStatus
          Returned by the visit(Gadget, Node) method, signaling: BYPASS = Visitor doesn't care about the node.
GadgetRewriter
          Interface for rewriters that modify gadget content.
MutableContent
          Object that maintains a String representation of arbitrary contents and a consistent view of those contents as an HTML parse tree.
OsTemplateXmlLoaderRewriter.Converter
           
PipelineDataGadgetRewriter
          ContentRewriter that resolves opensocial-data elements on the server.
ProxyingContentRewriter
          Rewrites gadget content to force resources through the /proxy endpoint.
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.
ResourceMutateVisitor.Tags
          Enum for resource tags and associated attributes that should be mutated.
ResponseRewriter
          Base interface used by response rewriter implementations.
ResponseRewriterRegistry
          Performs rewriting operations by invoking one or more ResponseRewriters.
RewritingException
          Exceptions thrown during content rewriting.
StyleAdjacencyContentRewriter
          Merges adjacent style tags.
StyleTagExtractorContentRewriter
          Extracts style tags
StyleTagProxyEmbeddedUrlsRewriter
          Rewriter that replaces urls (@import + background) in <style> ...
TemplateRewriter
          This ContentRewriter uses a TemplateProcessor to replace os-template tag contents of a gadget spec with their rendered equivalents.
 

Classes in org.apache.shindig.gadgets.rewrite used by org.apache.shindig.gadgets.rewrite.image
ResponseRewriter
          Base interface used by response rewriter implementations.
 

Classes in org.apache.shindig.gadgets.rewrite used by org.apache.shindig.gadgets.servlet
GadgetRewriter
          Interface for rewriters that modify gadget content.
MutableContent
          Object that maintains a String representation of arbitrary contents and a consistent view of those contents as an HTML parse tree.
ResponseRewriterRegistry
          Performs rewriting operations by invoking one or more ResponseRewriters.
RewritingException
          Exceptions thrown during content rewriting.
 



Copyright © 2007-2012. All Rights Reserved.