Package com.day.cq.rewriter.pipeline
Interface Serializer
-
- All Superinterfaces:
org.xml.sax.ContentHandler
- All Known Implementing Classes:
SAXWriter
@Deprecated public interface Serializer extends org.xml.sax.ContentHandler
Deprecated.Use the Apache Sling Rewriter Module (org.apache.sling.rewriter.Serializer)TheSerializer
marks the end of the pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
init(ProcessingContext context, ProcessingComponentConfiguration config)
Deprecated.Initialize this component.
-
-
-
Method Detail
-
init
void init(ProcessingContext context, ProcessingComponentConfiguration config) throws java.io.IOException
Deprecated.Initialize this component.- Parameters:
context
- The invocation context.config
- The configuration for this component.- Throws:
java.io.IOException
-IOException
-
-