org.apache.shindig.gadgets.parse.caja
Class CajaHtmlSerializer

java.lang.Object
  extended by org.apache.shindig.gadgets.parse.caja.CajaHtmlSerializer
All Implemented Interfaces:
HtmlSerializer

public class CajaHtmlSerializer
extends Object
implements HtmlSerializer

HtmlSerializer using Caja's Nodes.render(...) method under the hood.

Since:
2.0.0

Constructor Summary
CajaHtmlSerializer()
           
 
Method Summary
 String serialize(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CajaHtmlSerializer

public CajaHtmlSerializer()
Method Detail

serialize

public String serialize(Document doc)
Specified by:
serialize in interface HtmlSerializer


Copyright © 2007-2012. All Rights Reserved.