|
||||||||||
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.servlet.ssf.ServletServiceSerializer
public class ServletServiceSerializer
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 |
---|
public ServletServiceSerializer()
Method Detail |
---|
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class org.apache.cocoon.xml.sax.AbstractSAXPipe
SAXException
public String getContentType()
AbstractSAXSerializer
getContentType
in interface Finisher
getContentType
in class AbstractSAXSerializer
Finisher.getContentType()
public void init()
public void setConfiguration(Map<String,? extends Object> configuration)
AbstractSAXSerializer
setConfiguration
in interface PipelineComponent
setConfiguration
in class AbstractSAXSerializer
configuration
- The Map
of configuration parameters.PipelineComponent.setConfiguration(java.util.Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |