Uses of Interface
org.nuxeo.ecm.platform.rendering.RenderingContext
-
-
Uses of RenderingContext in org.nuxeo.ecm.platform.ec.notification.email
Methods in org.nuxeo.ecm.platform.ec.notification.email with parameters of type RenderingContext Modifier and Type Method Description protected FreemarkerRenderingJob
NotificationsRenderingEngine. createJob(RenderingContext ctx)
-
Uses of RenderingContext in org.nuxeo.ecm.platform.rendering
Methods in org.nuxeo.ecm.platform.rendering with parameters of type RenderingContext Modifier and Type Method Description RenderingResult
RenderingEngine. process(RenderingContext ctx)
Processes the given context and return a rendering result.Collection<RenderingResult>
RenderingService. process(RenderingContext ctx)
Processes the given context and returns a collection of results. -
Uses of RenderingContext in org.nuxeo.ecm.platform.rendering.impl
Classes in org.nuxeo.ecm.platform.rendering.impl that implement RenderingContext Modifier and Type Class 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.Methods in org.nuxeo.ecm.platform.rendering.impl with parameters of type RenderingContext Modifier and Type Method Description Collection<RenderingResult>
RenderingServiceImpl. process(RenderingContext renderingCtx)
-
Uses of RenderingContext in org.nuxeo.ecm.platform.rendering.template
Methods in org.nuxeo.ecm.platform.rendering.template with parameters of type RenderingContext Modifier and Type Method Description protected abstract FreemarkerRenderingJob
FreemarkerRenderingEngine. createJob(RenderingContext ctx)
RenderingResult
FreemarkerRenderingEngine. process(RenderingContext ctx)
-