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 FreemarkerRenderingJobNotificationsRenderingEngine.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) Deprecated, for removal: This API element is subject to removal in a future version.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 TypeClassDescriptionclassAbstract RenderingContext subclass that adds capabilities of storing a DocumentModel and retrieve RenderingConfig associated with the current set DocumentModel.classAbstract 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 RenderingContextModifier and TypeMethodDescriptionRenderingServiceImpl.process(RenderingContext renderingCtx) Deprecated, for removal: This API element is subject to removal in a future version. - 
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 FreemarkerRenderingJobFreemarkerRenderingEngine.createJob(RenderingContext ctx) FreemarkerRenderingEngine.process(RenderingContext ctx)