| Package | Description |
|---|---|
| org.apache.shindig.gadgets.render | |
| org.apache.shindig.gadgets.rewrite | |
| org.apache.shindig.gadgets.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSocialI18NGadgetRewriter
Produce data constants that are needed by the opensocial-i18n
feature based on user locale.
|
class |
RenderingGadgetRewriter
Produces a valid HTML document for the gadget output, automatically inserting appropriate HTML
document wrapper data as needed.
|
class |
SanitizingGadgetRewriter
A content rewriter that will sanitize output for simple 'badge' like display.
|
| Modifier and Type | Method and Description |
|---|---|
List<GadgetRewriter> |
GadgetRewritersProvider.getRewriters(GadgetContext context) |
| Constructor and Description |
|---|
GadgetRewritersProvider(List<GadgetRewriter> renderRewriters) |
| 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
|
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 |
PipelineDataGadgetRewriter
ContentRewriter that resolves opensocial-data elements on the server.
|
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> ...
|
class |
TemplateRewriter
This ContentRewriter uses a TemplateProcessor to replace os-template
tag contents of a gadget spec with their rendered equivalents.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<GadgetRewriter> |
RewriteModule.provideAccelRewriters(ProxyingContentRewriter proxyingContentRewriter,
CajaContentRewriter cajaRewriter) |
protected List<GadgetRewriter> |
RewriteModule.provideGadgetRewriters(PipelineDataGadgetRewriter pipelineRewriter,
TemplateRewriter templateRewriter,
AbsolutePathReferenceRewriter absolutePathRewriter,
StyleTagExtractorContentRewriter styleTagExtractorRewriter,
StyleAdjacencyContentRewriter styleAdjacencyRewriter,
ProxyingContentRewriter proxyingRewriter,
CajaContentRewriter cajaRewriter,
SanitizingGadgetRewriter sanitizedRewriter,
RenderingGadgetRewriter renderingRewriter,
OpenSocialI18NGadgetRewriter i18nRewriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CajaContentRewriter
A GadgetRewriter based on caja technology
|
Copyright © 2007-2012. All Rights Reserved.