Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use RenderingEngine
org.nuxeo.ecm.platform.ec.notification.email   
org.nuxeo.ecm.platform.rendering   
org.nuxeo.ecm.platform.rendering.impl   
org.nuxeo.ecm.platform.rendering.template   
 

Uses of RenderingEngine in org.nuxeo.ecm.platform.ec.notification.email
 

Classes in org.nuxeo.ecm.platform.ec.notification.email that implement RenderingEngine
 class NotificationsRenderingEngine
           
 

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

Methods in org.nuxeo.ecm.platform.rendering that return RenderingEngine
 RenderingEngine RenderingService.getEngine(String format)
           
 

Methods in org.nuxeo.ecm.platform.rendering with parameters of type RenderingEngine
 boolean RenderingContext.accept(RenderingEngine engine)
          Either or not this rendering context accepts the given engine.
 void RenderingService.registerEngine(RenderingEngine engine)
           
 

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

Methods in org.nuxeo.ecm.platform.rendering.impl that return RenderingEngine
 RenderingEngine RenderingServiceImpl.getEngine(String name)
           
 RenderingEngine RenderingEngineDescriptor.newInstance()
           
 

Methods in org.nuxeo.ecm.platform.rendering.impl with parameters of type RenderingEngine
 boolean DefaultRenderingContext.accept(RenderingEngine engine)
           
 void RenderingServiceImpl.registerEngine(RenderingEngine engine)
           
 

Uses of RenderingEngine in org.nuxeo.ecm.platform.rendering.template
 

Classes in org.nuxeo.ecm.platform.rendering.template that implement RenderingEngine
 class DocumentRenderingEngine
           
 class FreemarkerRenderingEngine
          Base class for RenderingEngine implementation that will work with freemarker.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.