public class RenderViewRenditionProvider extends Object implements RenditionProvider
| Constructor and Description | 
|---|
RenderViewRenditionProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isAvailable(DocumentModel documentModel,
           RenditionDefinition renditionDefinition)
Test if the Rendition is available on the given DocumentModel 
 | 
List<Blob> | 
render(DocumentModel documentModel,
      RenditionDefinition renditionDefinition)
Generate the rendition Blobs for a given  
RenditionDefinition. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVariantpublic RenderViewRenditionProvider()
public boolean isAvailable(DocumentModel documentModel, RenditionDefinition renditionDefinition)
RenditionProviderisAvailable in interface RenditionProviderpublic List<Blob> render(DocumentModel documentModel, RenditionDefinition renditionDefinition)
RenditionProviderRenditionDefinition. Return is a List of Blob for bigger
 flexibility (typically HTML rendition with resources)render in interface RenditionProviderdocumentModel - the target DocumentModelrenditionDefinition - the RenditionDefinition to useCopyright © 2019 Nuxeo. All rights reserved.