Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.rendering
Interface RenderingService

All Known Implementing Classes:
RenderingServiceImpl

public interface RenderingService

RenderingService core infrastructure.

Author:
Dragos Mihalache

Method Summary
 RenderingEngine getEngine(String format)
           
 Collection<RenderingResult> process(RenderingContext ctx)
          Processes the given context and returns a collection of results.
 void registerEngine(RenderingEngine engine)
           
 void unregisterEngine(String format)
           
 

Method Detail

process

Collection<RenderingResult> process(RenderingContext ctx)
                                    throws RenderingException
Processes the given context and returns a collection of results.

Parameters:
ctx - the context
Returns:
the result
Throws:
RenderingException

getEngine

RenderingEngine getEngine(String format)

registerEngine

void registerEngine(RenderingEngine engine)

unregisterEngine

void unregisterEngine(String format)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.