public interface Processor
Processor post processes the output.| Modifier and Type | Method and Description |
|---|---|
void |
finished(boolean errorOccured)
Clean up the processor.
|
ContentHandler |
getContentHandler()
Get the content handler to write the output to.
|
PrintWriter |
getWriter()
Get the writer to write the output to.
|
void |
init(ProcessingContext context,
ProcessorConfiguration config)
Initialize this component.
|
void init(ProcessingContext context, ProcessorConfiguration config) throws IOException
context - The invocation context.config - The configuration for this component.IOException - If an error occursPrintWriter getWriter()
ContentHandler getContentHandler()
void finished(boolean errorOccured)
throws IOException
errorOccured - Indicates if an error occured during processingIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved