public class FopSerializer
extends org.apache.cocoon.sax.AbstractSAXSerializer
implements org.apache.cocoon.pipeline.component.CachingPipelineComponent
Constructor and Description |
---|
FopSerializer()
Create a new FOP serializer that produces a PDF in output
|
FopSerializer(String outputFormat)
Create a new FOP serializer that produces the specified mime
|
Modifier and Type | Method and Description |
---|---|
org.apache.cocoon.pipeline.caching.CacheKey |
constructCacheKey() |
void |
setOutputStream(OutputStream outputStream) |
String |
toString() |
getConfiguration, getContentType, getInputParameters, getOutputStream, setConfiguration, setContentType, setup
finish, getContentHandler
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping
recycle, setContentHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
public FopSerializer()
public FopSerializer(String outputFormat)
outputFormat
- the output's mime typepublic org.apache.cocoon.pipeline.caching.CacheKey constructCacheKey()
constructCacheKey
in interface org.apache.cocoon.pipeline.component.CachingPipelineComponent
public void setOutputStream(OutputStream outputStream)
setOutputStream
in interface org.apache.cocoon.pipeline.component.Finisher
setOutputStream
in class org.apache.cocoon.sax.AbstractSAXSerializer
public String toString()
toString
in class org.apache.cocoon.sax.AbstractSAXSerializer
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.