| Package | Description |
|---|---|
| org.apache.shindig.gadgets.render | |
| org.apache.shindig.gadgets.rewrite | |
| org.apache.shindig.gadgets.rewrite.image |
| Modifier and Type | Class and Description |
|---|---|
class |
CajaResponseRewriter
Rewriter that cajoles Javascript.
|
class |
SanitizingGadgetRewriter
A content rewriter that will sanitize output for simple 'badge' like display.
|
class |
SanitizingResponseRewriter
Rewriter that sanitizes CSS and image content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsolutePathReferenceRewriter
Rewriter that converts all url's to absolute.
|
class |
BaseTagRemoverRewriter
Simple rewriter that deletes the base tag from the html document.
|
class |
CaptureRewriter
Utility rewriter for testing.
|
class |
ContentTypeCharsetRemoverRewriter
Removes charset information from <meta http-equip="Content-Type"%gt; tags
|
class |
CssResponseRewriter
Rewrite links to referenced content in a stylesheet
|
static class |
DomWalker.Rewriter
Rewriter that traverses the DOM, passing each node to its
list of
Visitor instances in order. |
class |
OsTemplateXmlLoaderRewriter
Rewrites the gadget to include template and xml information
|
class |
ProxyingContentRewriter
Rewrites gadget content to force resources through the /proxy endpoint.
|
class |
ScriptConcatContentRewriter
REwrites scripts.
|
class |
StyleAdjacencyContentRewriter
Merges adjacent style tags.
|
class |
StyleConcatContentRewriter
Merges adjacent styles
|
class |
StyleTagExtractorContentRewriter
Extracts style tags
|
class |
StyleTagProxyEmbeddedUrlsRewriter
Rewriter that replaces urls (@import + background) in
<style> ...
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ResponseRewriter> |
DefaultResponseRewriterRegistry.rewriters |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResponseRewriter> |
RewriteModule.provideAccelResponseRewriters(AbsolutePathReferenceRewriter absolutePathReferenceRewriter,
StyleTagProxyEmbeddedUrlsRewriter styleTagProxyEmbeddedUrlsRewriter,
ProxyingContentRewriter proxyingContentRewriter) |
protected List<ResponseRewriter> |
RewriteModule.providePreCacheResponseRewriters(BasicImageRewriter imageRewriter) |
protected List<ResponseRewriter> |
RewriteModule.provideResponseRewriters(AbsolutePathReferenceRewriter absolutePathRewriter,
StyleTagExtractorContentRewriter styleTagExtractorRewriter,
StyleAdjacencyContentRewriter styleAdjacencyRewriter,
ProxyingContentRewriter proxyingRewriter,
CssResponseRewriter cssRewriter,
SanitizingResponseRewriter sanitizedRewriter,
CajaResponseRewriter cajaRewriter) |
| Modifier and Type | Method and Description |
|---|---|
protected ResponseRewriterRegistry |
RewriteModule.providePreCacheResponseRewritersRegistry(GadgetHtmlParser parser,
List<ResponseRewriter> preCached) |
| Constructor and Description |
|---|
AccelResponseRewriterRegistry(List<ResponseRewriter> rewriters,
GadgetHtmlParser htmlParser) |
DefaultResponseRewriterRegistry(List<ResponseRewriter> rewriters,
GadgetHtmlParser htmlParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicImageRewriter
Rewrite images to more efficiently compress their content.
|
Copyright © 2007-2012. All Rights Reserved.