@Deprecated public interface Processor
Processor post processes the output.| Modifier and Type | Method and Description |
|---|---|
void |
finished()
Deprecated.
Clean up the processor.
|
ContentHandler |
getContentHandler()
Deprecated.
Get the content handler to write the output to.
|
PrintWriter |
getWriter()
Deprecated.
Get the writer to write the output to.
|
void |
init(ProcessingContext context,
ProcessorConfiguration config)
Deprecated.
Initialize this component.
|
void init(ProcessingContext context, ProcessorConfiguration config) throws IOException
context - The invocation context.config - The configuration for this component.IOException - IOExceptionPrintWriter getWriter()
ContentHandler getContentHandler()
void finished()
throws IOException
IOException - IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved