Uses of Interface
org.nuxeo.ecm.platform.rendition.extension.RenditionProvider
-
-
Uses of RenditionProvider in org.nuxeo.ecm.platform.picture.rendition
Classes in org.nuxeo.ecm.platform.picture.rendition that implement RenditionProvider Modifier and Type Class Description class
PictureRenditionProvider
Provides a rendition based on a picture view (referenced through the rendition definition name). -
Uses of RenditionProvider in org.nuxeo.ecm.platform.rendition.extension
Classes in org.nuxeo.ecm.platform.rendition.extension that implement RenditionProvider Modifier and Type Class Description class
DefaultAutomationRenditionProvider
class
PdfAutomationRenditionProvider
Rendition provider for Pdf conversion which checks that we have a suitable converter given a source mime-type. -
Uses of RenditionProvider in org.nuxeo.ecm.platform.rendition.lazy
Classes in org.nuxeo.ecm.platform.rendition.lazy that implement RenditionProvider Modifier and Type Class Description class
AbstractLazyCachableRenditionProvider
Default implementation of an asynchronousRenditionProvider
class
AutomationLazyRenditionProvider
-
Uses of RenditionProvider in org.nuxeo.ecm.platform.rendition.service
Fields in org.nuxeo.ecm.platform.rendition.service declared as RenditionProvider Modifier and Type Field Description protected RenditionProvider
RenditionDefinition. provider
Fields in org.nuxeo.ecm.platform.rendition.service with type parameters of type RenditionProvider Modifier and Type Field Description protected Class<? extends RenditionProvider>
RenditionDefinition. providerClass
Methods in org.nuxeo.ecm.platform.rendition.service that return RenditionProvider Modifier and Type Method Description RenditionProvider
RenditionDefinition. getProvider()
Methods in org.nuxeo.ecm.platform.rendition.service that return types with arguments of type RenditionProvider Modifier and Type Method Description Class<? extends RenditionProvider>
RenditionDefinition. getProviderClass()
Methods in org.nuxeo.ecm.platform.rendition.service with parameters of type RenditionProvider Modifier and Type Method Description void
RenditionDefinition. setProvider(RenditionProvider provider)
Method parameters in org.nuxeo.ecm.platform.rendition.service with type arguments of type RenditionProvider Modifier and Type Method Description void
RenditionDefinition. setProviderClass(Class<? extends RenditionProvider> providerClass)
-
Uses of RenditionProvider in org.nuxeo.ecm.platform.threed.rendition
Classes in org.nuxeo.ecm.platform.threed.rendition that implement RenditionProvider Modifier and Type Class Description class
RenderViewRenditionProvider
Provides a rendition based on a render view (referenced through the rendition definition name).class
TransmissionThreeDRenditionProvider
Provides a rendition based on a 3d transmission format (referenced through the rendition definition lod).Methods in org.nuxeo.ecm.platform.threed.rendition with parameters of type RenditionProvider Modifier and Type Method Description protected RenditionDefinition
ThreeDRenditionDefinitionProvider. buildRenditionDefinition(String title, String name, Blob blob, String kind, RenditionProvider provider, boolean visible, String iconPath)
-
Uses of RenditionProvider in org.nuxeo.ecm.platform.thumbnail.rendition
Classes in org.nuxeo.ecm.platform.thumbnail.rendition that implement RenditionProvider Modifier and Type Class Description class
ThumbnailRenditionProvider
-
Uses of RenditionProvider in org.nuxeo.ecm.platform.video.rendition
Classes in org.nuxeo.ecm.platform.video.rendition that implement RenditionProvider Modifier and Type Class Description class
VideoRenditionProvider
Provides a rendition based on a transcoded video (referenced through the rendition definition name). -
Uses of RenditionProvider in org.nuxeo.template.rendition
Classes in org.nuxeo.template.rendition that implement RenditionProvider Modifier and Type Class Description class
HtmlRenditionProvider
class
TemplateBasedRenditionProvider
-