| org.apache.cocoon.serialization.HTMLSerializer org.apache.cocoon.portal.serialization.IncludingHTMLSerializer
IncludingHTMLSerializer | public class IncludingHTMLSerializer extends HTMLSerializer (Code) | | This is a special serializer that allows to include content that is not XML at the
last possible point.
This is very useful for the portlets as they don't deliver valid XML but HTML.
The trick is to insert a special token in the characters of the SAX stream: '~~'.
This token is filtered later on and replaced with the complete content of the portlet.
author: Carsten Ziegeler version: CVS $Id: IncludingHTMLSerializer.java 496376 2007-01-15 15:59:54Z cziegeler $ |
token | final protected static char token(Code) | | |
tokens | final protected static char[] tokens(Code) | | |
recycle | public void recycle()(Code) | | See Also: org.apache.avalon.excalibur.pool.Recyclable.recycle |
|
|