|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.xml.sax.AbstractSAXProducer org.apache.cocoon.xml.sax.AbstractSAXPipe org.apache.cocoon.sax.util.SAXConsumerAdapter org.apache.cocoon.sax.AbstractSAXSerializer org.apache.cocoon.optional.pipeline.components.sax.fop.FopSerializer
public class FopSerializer
Field Summary |
---|
Fields inherited from class org.apache.cocoon.xml.sax.AbstractSAXProducer |
---|
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
CacheKey |
constructCacheKey()
|
void |
setOutputStream(OutputStream outputStream)
|
String |
toString()
|
Methods inherited from class org.apache.cocoon.sax.AbstractSAXSerializer |
---|
getConfiguration, getContentType, getInputParameters, getOutputStream, setConfiguration, setContentType, setup |
Methods inherited from class org.apache.cocoon.sax.util.SAXConsumerAdapter |
---|
finish, getContentHandler |
Methods inherited from class org.apache.cocoon.xml.sax.AbstractSAXPipe |
---|
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.xml.sax.AbstractSAXProducer |
---|
recycle, setContentHandler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent |
---|
finish |
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 FopSerializer()
public FopSerializer(String outputFormat)
outputFormat
- the output's mime typeMimeConstants}
Method Detail |
---|
public CacheKey constructCacheKey()
constructCacheKey
in interface CachingPipelineComponent
public void setOutputStream(OutputStream outputStream)
AbstractSAXSerializer
setOutputStream
in interface Finisher
setOutputStream
in class AbstractSAXSerializer
Finisher.setOutputStream(java.io.OutputStream)
public String toString()
AbstractSAXSerializer
toString
in class AbstractSAXSerializer
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |