org.apache.cocoon.servlet.ssf
Class ServletServiceSerializer
java.lang.Object
org.apache.cocoon.pipeline.component.sax.XMLConsumerAdapter
org.apache.cocoon.pipeline.util.AbstractXMLPipe
org.apache.cocoon.pipeline.component.sax.AbstractSerializer
org.apache.cocoon.servlet.ssf.ServletServiceSerializer
- All Implemented Interfaces:
- Consumer, Finisher, PipelineComponent, XMLConsumer, ContentHandler, LexicalHandler
public class ServletServiceSerializer
- extends AbstractSerializer
Methods inherited from class org.apache.cocoon.pipeline.util.AbstractXMLPipe |
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
ServletServiceSerializer
public ServletServiceSerializer()
init
public void init()
endDocument
public void endDocument()
throws SAXException
- Description copied from class:
AbstractXMLPipe
- Receive notification of the end of a document.
- Specified by:
endDocument
in interface ContentHandler
- Overrides:
endDocument
in class AbstractXMLPipe
- Throws:
SAXException
getContentType
public String getContentType()
- Description copied from class:
AbstractSerializer
-
- Specified by:
getContentType
in interface Finisher
- Overrides:
getContentType
in class AbstractSerializer
- See Also:
Finisher.getContentType()
setConfiguration
public void setConfiguration(Map<String,? extends Object> configuration)
- Description copied from class:
AbstractSerializer
-
- Specified by:
setConfiguration
in interface PipelineComponent
- Overrides:
setConfiguration
in class AbstractSerializer
- See Also:
PipelineComponent.setConfiguration(java.util.Map)
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.