Modifier and Type | Method and Description |
---|---|
protected FreemarkerRenderingJob |
NotificationsRenderingEngine.createJob(RenderingContext ctx) |
Modifier and Type | Method and Description |
---|---|
Collection<RenderingResult> |
RenderingService.process(RenderingContext ctx)
Processes the given context and returns a collection of results.
|
RenderingResult |
RenderingEngine.process(RenderingContext ctx)
Processes the given context and return a rendering result.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRenderingContext
Abstract RenderingContext subclass that adds capabilities of storing a DocumentModel and retrieve RenderingConfig
associated with the current set DocumentModel.
|
class |
DocumentRenderingContext
Abstract RenderingContext subclass that adds capabilities of storing a DocumentModel and retrieve RenderingConfig
associated with the current set DocumentModel.
|
Modifier and Type | Method and Description |
---|---|
Collection<RenderingResult> |
RenderingServiceImpl.process(RenderingContext renderingCtx) |
Modifier and Type | Method and Description |
---|---|
protected abstract FreemarkerRenderingJob |
FreemarkerRenderingEngine.createJob(RenderingContext ctx) |
RenderingResult |
FreemarkerRenderingEngine.process(RenderingContext ctx) |
Copyright © 2018 Nuxeo. All rights reserved.