public class RenderingServiceImpl extends DefaultComponent implements RenderingService
| Modifier and Type | Field and Description |
|---|---|
static String |
EP_RENDER_ENGINES |
lastModified| Constructor and Description |
|---|
RenderingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
RenderingEngine |
getEngine(String name) |
Collection<RenderingResult> |
process(RenderingContext renderingCtx)
Processes the given context and returns a collection of results.
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
registerEngine(RenderingEngine engine) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterEngine(String name) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterExtensionpublic static final String EP_RENDER_ENGINES
public RenderingServiceImpl()
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
registerContribution in class DefaultComponentpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor)
unregisterContribution in class DefaultComponentpublic RenderingEngine getEngine(String name)
getEngine in interface RenderingServicepublic Collection<RenderingResult> process(RenderingContext renderingCtx) throws RenderingException
RenderingServiceprocess in interface RenderingServicerenderingCtx - the contextRenderingExceptionpublic void registerEngine(RenderingEngine engine)
registerEngine in interface RenderingServicepublic void unregisterEngine(String name)
unregisterEngine in interface RenderingServiceCopyright © 2015 Nuxeo SA. All rights reserved.