| 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 |
ImageAttributeRewriter
Rewriter that adds height/width attributes to
|
class |
ImageResizeRewriter
This rewriter helps in appending the image size parameters (extracted from inline styles, height
and width) to the proxied resource urls so that server side resizing can be done when ever
possible.
|
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
Concatenates non-private and cached script resources.
|
class |
StyleAdjacencyContentRewriter
Merges adjacent style tags.
|
class |
StyleConcatContentRewriter
Concatenates non-private and cached adjacent styles
CacheEnforcementVisitor is used to merge only non-private & cached 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(Set<GadgetRewriter> gadgetRewritersSet) |
| Modifier and Type | Method and Description |
|---|---|
protected List<GadgetRewriter> |
RewriteModule.provideGadgetRewriters(Set<GadgetRewriter> gadgetRewritersSet) |
| Modifier and Type | Class and Description |
|---|---|
class |
CajaContentRewriter
A GadgetRewriter based on caja technology
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.