public interface RenderingEngine
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFormatName()  | 
RenderingResult | 
process(RenderingContext ctx)
Processes the given context and return a rendering result. 
 | 
String getFormatName()
RenderingResult process(RenderingContext ctx) throws RenderingException
The processing must never return null. If some error occurs it must throw an exception.
ctx - the context to processRenderingExceptionCopyright © 2019 Nuxeo. All rights reserved.