public class DefaultAutomationRenditionProvider extends Object implements RenditionProvider
| Constructor and Description |
|---|
DefaultAutomationRenditionProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable(DocumentModel doc,
RenditionDefinition def)
Test if the Rendition is available on the given DocumentModel
|
List<Blob> |
render(DocumentModel doc,
RenditionDefinition definition)
Generate the rendition Blobs for a given
RenditionDefinition. |
public boolean isAvailable(DocumentModel doc, RenditionDefinition def)
RenditionProviderisAvailable in interface RenditionProviderpublic List<Blob> render(DocumentModel doc, RenditionDefinition definition) throws RenditionException
RenditionProviderRenditionDefinition.
Return is a List of Blob for bigger flexibility (typically HTML rendition
with resources)render in interface RenditionProviderdoc - the target DocumentModeldefinition - the RenditionDefinition to useRenditionExceptionCopyright © 2014 Nuxeo SA. All rights reserved.