Package com.day.cq.rewriter.pipeline
Interface Transformer
- All Superinterfaces:
ContentHandler
Deprecated.
Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.Transformer)
The
Transformer interface defines the middle of a rewriter pipeline.-
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingContext context, ProcessingComponentConfiguration config) Deprecated.Initialize this component.voidsetContentHandler(ContentHandler handler) Deprecated.Set the content handler the transformer should stream to.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
-
setContentHandler
Deprecated.Set the content handler the transformer should stream to.- Parameters:
handler- Another transformer or a serializer.
-