Package com.day.cq.rewriter.pipeline
Interface Serializer
- All Superinterfaces:
ContentHandler
- All Known Implementing Classes:
SAXWriter
Deprecated.
Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.Serializer)
The
Serializer
marks the end of the pipeline.-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ProcessingContext context, ProcessingComponentConfiguration config) Deprecated.Initialize this component.Methods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Method Details
-
init
Deprecated.Initialize this component.- Parameters:
context
- The invocation context.config
- The configuration for this component.- Throws:
IOException
-IOException
-