| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProcessor
Base implementation of a Processor.
|
| Modifier and Type | Method and Description |
|---|---|
Processor |
RenderService.getRenditionProcessor(Renderable renderable)
Returns a rendition processor for a renderable in the default VIEW render mode
|
Processor |
RenderService.getRenditionProcessor(Renderable renderable,
RenderMode renderMode)
Returns a rendition processor for a renderable in the given render mode
|
Processor |
RenderService.getRenditionProcessorById(String id)
Returns a rendition processor for the given id (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSPProcessor
The JSP processor is a delegating processor in that it allows you to
pass control of render processing to a specific JSP page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyRegionRenderer
Processor class which renders a null result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebScriptProcessor
The WebScriptRenderer is an implementation of Renderable which describes
a rendering engine that the Web Framework can use to execute a web script.
|
class |
WebTemplateProcessor
Implementation of a renderer that executes a web template.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.