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 processRenderingException
Copyright © 2015 Nuxeo SA. All rights reserved.