public interface Processor
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ProcessorContext processorContext,
ModelObject object,
RenderFocus focus)
Executes the given focus of the processor output using the
given processor context
|
void |
executeBody(ProcessorContext processorContext,
ModelObject object)
Executes the "body" of the processor output using the given
processor context.
|
void |
executeHeader(ProcessorContext processorContext,
ModelObject object)
Executes the "header" of the processor output using the given
processor context.
|
boolean |
exists(ProcessorContext processorContext,
ModelObject object)
Indicates whether the engine responsible for processing
the body of the processor exists.
|
void execute(ProcessorContext processorContext, ModelObject object, RenderFocus focus) throws RendererExecutionException
processorContext - ProcessorContextobject - ModelObjectfocus - RenderFocusRendererExecutionExceptionvoid executeBody(ProcessorContext processorContext, ModelObject object) throws RendererExecutionException
processorContext - processorContextRendererExecutionExceptionvoid executeHeader(ProcessorContext processorContext, ModelObject object) throws RendererExecutionException
processorContext - processorContextRendererExecutionExceptionboolean exists(ProcessorContext processorContext, ModelObject object)
processorContext - ProcessorContextobject - ModelObjectCopyright © 2005–2016 Alfresco Software. All rights reserved.