org.apache.cocoon.servlet.ssf
Class ServletServiceSerializer

java.lang.Object
  extended by org.apache.cocoon.xml.sax.AbstractSAXProducer
      extended by org.apache.cocoon.xml.sax.AbstractSAXPipe
          extended by org.apache.cocoon.sax.util.SAXConsumerAdapter
              extended by org.apache.cocoon.sax.AbstractSAXSerializer
                  extended by org.apache.cocoon.servlet.ssf.ServletServiceSerializer
All Implemented Interfaces:
Consumer, Finisher, PipelineComponent, SAXConsumer, SAXPipelineComponent, ContentHandler, LexicalHandler

public class ServletServiceSerializer
extends AbstractSAXSerializer


Field Summary
 
Fields inherited from class org.apache.cocoon.xml.sax.AbstractSAXProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler
 
Constructor Summary
ServletServiceSerializer()
           
 
Method Summary
 void endDocument()
           
 String getContentType()
          
 void init()
           
 void setConfiguration(Map<String,? extends Object> configuration)
          Pass component specific configuration parameters to the pipeline component in a generic way.
 
Methods inherited from class org.apache.cocoon.sax.AbstractSAXSerializer
getConfiguration, getInputParameters, getOutputStream, setContentType, setOutputStream, setup, toString
 
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, 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, 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

ServletServiceSerializer

public ServletServiceSerializer()
Method Detail

endDocument

public void endDocument()
                 throws SAXException
Specified by:
endDocument in interface ContentHandler
Overrides:
endDocument in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Throws:
SAXException

getContentType

public String getContentType()
Description copied from class: AbstractSAXSerializer

Specified by:
getContentType in interface Finisher
Overrides:
getContentType in class AbstractSAXSerializer
See Also:
Finisher.getContentType()

init

public void init()

setConfiguration

public void setConfiguration(Map<String,? extends Object> configuration)
Description copied from class: AbstractSAXSerializer
Pass component specific configuration parameters to the pipeline component in a generic way. This is useful in environments that automatically assemble pipelines with their components and can't use the components constructors or setters.

Specified by:
setConfiguration in interface PipelineComponent
Overrides:
setConfiguration in class AbstractSAXSerializer
Parameters:
configuration - The Map of configuration parameters.
See Also:
PipelineComponent.setConfiguration(java.util.Map)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.