Package org.nuxeo.ecm.platform.rendering
Interface RenderingService
- All Known Implementing Classes:
RenderingServiceImpl
public interface RenderingService
RenderingService core infrastructure.
- Author:
- Dragos Mihalache
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(RenderingContext ctx) Processes the given context and returns a collection of results.void
registerEngine
(RenderingEngine engine) void
unregisterEngine
(String format)
-
Method Details
-
process
Processes the given context and returns a collection of results.- Parameters:
ctx
- the context- Returns:
- the result
- Throws:
RenderingException
-
getEngine
-
registerEngine
-
unregisterEngine
-