Uses of Interface
org.nuxeo.ecm.platform.rendering.RenderingContext
Packages that use RenderingContext
Package
Description
-
Uses of RenderingContext in org.nuxeo.ecm.platform.ec.notification.email
Methods in org.nuxeo.ecm.platform.ec.notification.email with parameters of type RenderingContextModifier and TypeMethodDescriptionprotected 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 RenderingContextModifier and TypeMethodDescriptionRenderingEngine.process
(RenderingContext ctx) Processes the given context and return a rendering result.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 RenderingContextModifier and TypeClassDescriptionclass
Abstract RenderingContext subclass that adds capabilities of storing a DocumentModel and retrieve RenderingConfig associated with the current set DocumentModel.class
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 -
Uses of RenderingContext in org.nuxeo.ecm.platform.rendering.template
Methods in org.nuxeo.ecm.platform.rendering.template with parameters of type RenderingContextModifier and TypeMethodDescriptionprotected abstract FreemarkerRenderingJob
FreemarkerRenderingEngine.createJob
(RenderingContext ctx) FreemarkerRenderingEngine.process
(RenderingContext ctx)