| Modifier and Type | Method and Description |
|---|---|
void |
Processor.execute(ProcessorContext processorContext,
ModelObject object,
RenderFocus focus)
Executes the given focus of the processor output using the
given processor context
|
void |
AbstractProcessor.execute(ProcessorContext processorContext,
ModelObject object,
RenderFocus focus) |
void |
Processor.executeBody(ProcessorContext processorContext,
ModelObject object)
Executes the "body" of the processor output using the given
processor context.
|
abstract void |
AbstractProcessor.executeBody(ProcessorContext processorContext,
ModelObject object) |
void |
Processor.executeHeader(ProcessorContext processorContext,
ModelObject object)
Executes the "header" of the processor output using the given
processor context.
|
void |
AbstractProcessor.executeHeader(ProcessorContext processorContext,
ModelObject object) |
boolean |
Processor.exists(ProcessorContext processorContext,
ModelObject object)
Indicates whether the engine responsible for processing
the body of the processor exists.
|
protected String |
AbstractProcessor.getProperty(ProcessorContext processorContext,
String propertyName)
Returns a configuration property from the rendering
processor descriptor.
|
protected ProcessorContext.ProcessorDescriptor |
AbstractProcessor.getRenderingDescriptor(ProcessorContext processorContext)
Helper method which returns the appropriate processor descriptor
from the given processor descriptor for the current render mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSPProcessor.executeBody(ProcessorContext pc,
ModelObject object) |
void |
JSPProcessor.executeHeader(ProcessorContext pc,
ModelObject object) |
boolean |
JSPProcessor.exists(ProcessorContext pc,
ModelObject object)
Checks whether or not the JSP as defined by the "uri" property in the supplied ProcessorContext actually exists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyRegionRenderer.executeBody(ProcessorContext pc,
ModelObject object) |
void |
EmptyRegionRenderer.executeHeader(ProcessorContext pc,
ModelObject object) |
boolean |
EmptyRegionRenderer.exists(ProcessorContext pc,
ModelObject object) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebTemplateProcessor.executeBody(ProcessorContext pc,
ModelObject object)
Execute template Body.
|
void |
WebScriptProcessor.executeBody(ProcessorContext pc,
ModelObject object) |
void |
WebTemplateProcessor.executeHeader(ProcessorContext pc,
ModelObject object)
Execute Template header
|
void |
WebScriptProcessor.executeHeader(ProcessorContext pc,
ModelObject object) |
boolean |
WebTemplateProcessor.exists(ProcessorContext pc,
ModelObject object) |
boolean |
WebScriptProcessor.exists(ProcessorContext pc,
ModelObject object) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.