|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.serialization.AbstractSerializer
org.apache.cocoon.serialization.AbstractTextSerializer
org.apache.cocoon.serialization.HTMLSerializer
The html serializer serializes sax events into an html document.
Nested Class Summary |
Nested classes inherited from class org.apache.cocoon.serialization.AbstractTextSerializer |
org.apache.cocoon.serialization.AbstractTextSerializer.NamespaceAsAttributes |
Field Summary |
Fields inherited from class org.apache.cocoon.serialization.AbstractTextSerializer |
format |
Fields inherited from class org.apache.cocoon.serialization.AbstractSerializer |
output |
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer |
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer |
Fields inherited from interface org.apache.cocoon.serialization.Serializer |
ROLE |
Constructor Summary | |
HTMLSerializer()
|
Method Summary | |
void |
configure(Configuration conf)
Set the configurations for this serializer. |
void |
init()
|
void |
setOutputStream(OutputStream out)
Set the OutputStream where the requested resource should
be serialized. |
Methods inherited from class org.apache.cocoon.serialization.AbstractTextSerializer |
createCachingKey, getKey, getTransformerFactory, getTransformerHandler, getValidity, needsNamespacesAsAttributes, recycle, service, setConsumer, setContentHandler, setDefaultEncoding, setFormat, setLexicalHandler, setTransformerFactory |
Methods inherited from class org.apache.cocoon.serialization.AbstractSerializer |
getMimeType, shouldSetContentLength |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Methods inherited from interface org.xml.sax.ext.LexicalHandler |
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity |
Constructor Detail |
public HTMLSerializer()
Method Detail |
public void init() throws Exception
Exception
public void configure(Configuration conf) throws ConfigurationException
ConfigurationException
public void setOutputStream(OutputStream out) throws IOException
OutputStream
where the requested resource should
be serialized.
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |