| Package | Description |
|---|---|
| org.apache.shindig.gadgets.parse | |
| org.apache.shindig.gadgets.parse.caja | |
| org.apache.shindig.gadgets.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
CompactHtmlSerializer
Performs simple content compaction while writing HTML documents.
|
class |
DefaultHtmlSerializer
This parser does not try to escape entities in text content as it expects the parser
to have retained the original entity references rather than its resolved form in text nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlSerialization.attach(Document doc,
HtmlSerializer serializer,
String originalContent)
Attach a serializer instance to the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
GadgetHtmlParser.setSerializerProvider(com.google.inject.Provider<HtmlSerializer> serProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
CajaHtmlSerializer
HtmlSerializer using Caja's Nodes.render(...) method under the hood.
|
| Constructor and Description |
|---|
CajaContentRewriter(CacheProvider cacheProvider,
RequestPipeline requestPipeline,
HtmlSerializer htmlSerializer) |
Copyright © 2007-2012. All Rights Reserved.