org.apache.cocoon.servlet.ssf
Class ServletServiceTransformer
java.lang.Object
org.apache.cocoon.pipeline.component.AbstractPipelineComponent
org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
org.apache.cocoon.pipeline.component.sax.AbstractTransformer
org.apache.cocoon.servlet.ssf.ServletServiceTransformer
- All Implemented Interfaces:
- Consumer, PipelineComponent, Producer, XMLConsumer, XMLProducer, ContentHandler, LexicalHandler
public class ServletServiceTransformer
- extends AbstractTransformer
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractTransformer |
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, endSAXRecording, ignorableWhitespace, processingInstruction, removeRecorder, sendEndPrefixMapping, sendStartPrefixMapping, setDocumentLocator, setRecorder, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping, startSAXRecording |
ServletServiceTransformer
public ServletServiceTransformer()
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class AbstractTransformer
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument
in interface ContentHandler
- Overrides:
endDocument
in class AbstractTransformer
- Throws:
SAXException
setConfiguration
public void setConfiguration(Map<String,? extends Object> configuration)
- Specified by:
setConfiguration
in interface PipelineComponent
- Overrides:
setConfiguration
in class AbstractPipelineComponent
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.