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 FreemarkerRenderingJobNotificationsRenderingEngine. 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 RenderingResultRenderingEngine. 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 classDefaultRenderingContextAbstract RenderingContext subclass that adds capabilities of storing a DocumentModel and retrieve RenderingConfig associated with the current set DocumentModel.classDocumentRenderingContextAbstract 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 FreemarkerRenderingJobFreemarkerRenderingEngine. createJob(RenderingContext ctx)RenderingResultFreemarkerRenderingEngine. process(RenderingContext ctx)
-