| 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) |
| Constructor and Description |
|---|
GadgetHtmlParser(DOMImplementation documentFactory,
HtmlSerializer serializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CajaHtmlSerializer
HtmlSerializer using Caja's Nodes.render(...) method under the hood.
|
class |
VanillaCajaHtmlSerializer
Serializer for VanillaCajaHtmlParser.
|
| Constructor and Description |
|---|
CajaHtmlParser(DOMImplementation documentFactory,
HtmlSerializer serializer) |
| Constructor and Description |
|---|
CajaContentRewriter(CacheProvider cacheProvider,
RequestPipeline requestPipeline,
HtmlSerializer htmlSerializer,
ProxyUriManager proxyUriManager) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.