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 © 2013 Nuxeo SA. All Rights Reserved.