|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.rewriter.processor.impl.ProcessorWrapper
public class ProcessorWrapper
This is a wrapper for a processor.
| Constructor Summary | |
|---|---|
ProcessorWrapper(ProcessingContext context,
ProcessorConfiguration config,
org.osgi.framework.BundleContext bundleContext)
|
|
| Method Summary | |
|---|---|
void |
finished()
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessorWrapper(ProcessingContext context,
ProcessorConfiguration config,
org.osgi.framework.BundleContext bundleContext)
throws IOException
IOException| Method Detail |
|---|
public void finished()
throws IOException
Processor
finished in interface ProcessorIOExceptionProcessor.finished()public PrintWriter getWriter()
Processor
getWriter in interface ProcessorProcessor.getWriter()public ContentHandler getContentHandler()
Processor
getContentHandler in interface ProcessorProcessor.getContentHandler()
public void init(ProcessingContext context,
ProcessorConfiguration config)
throws IOException
Processor
init in interface Processorcontext - The invocation context.config - The configuration for this component.
IOExceptionProcessor.init(com.day.cq.rewriter.processor.ProcessingContext, com.day.cq.rewriter.processor.ProcessorConfiguration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||