Class RenderViewRenditionProvider
java.lang.Object
org.nuxeo.ecm.platform.threed.rendition.RenderViewRenditionProvider
- All Implemented Interfaces:
 RenditionProvider
Provides a rendition based on a render view (referenced through the rendition definition name).
- Since:
 - 8.4
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisAvailable(DocumentModel documentModel, RenditionDefinition renditionDefinition) Test if the Rendition is available on the given DocumentModelrender(DocumentModel documentModel, RenditionDefinition renditionDefinition) Generate the rendition Blobs for a givenRenditionDefinition.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.ecm.platform.rendition.extension.RenditionProvider
getVariant 
- 
Constructor Details
- 
RenderViewRenditionProvider
public RenderViewRenditionProvider() 
 - 
 - 
Method Details
- 
isAvailable
Description copied from interface:RenditionProviderTest if the Rendition is available on the given DocumentModel- Specified by:
 isAvailablein interfaceRenditionProvider
 - 
render
Description copied from interface:RenditionProviderGenerate the rendition Blobs for a givenRenditionDefinition. Return is a List of Blob for bigger flexibility (typically HTML rendition with resources)- Specified by:
 renderin interfaceRenditionProvider- Parameters:
 documentModel- the targetDocumentModelrenditionDefinition- theRenditionDefinitionto use- Returns:
 - The list of Blobs
 
 
 -