Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.rendering.RenderingContext

Packages that use RenderingContext
org.nuxeo.ecm.platform.rendering   
org.nuxeo.ecm.platform.rendering.impl   
org.nuxeo.ecm.platform.rendering.template   
 

Uses of RenderingContext in org.nuxeo.ecm.platform.rendering
 

Methods in org.nuxeo.ecm.platform.rendering with parameters of type RenderingContext
 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.
 

Uses of RenderingContext in org.nuxeo.ecm.platform.rendering.impl
 

Classes in org.nuxeo.ecm.platform.rendering.impl that implement RenderingContext
 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
 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
 RenderingResult FreemarkerRenderingEngine.process(RenderingContext ctx)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.