Class RenderingEngineDescriptor

java.lang.Object
org.nuxeo.ecm.platform.rendering.impl.RenderingEngineDescriptor

@Deprecated(since="2025.8", forRemoval=true) public class RenderingEngineDescriptor extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.8, unused.
Rendering Engine Descriptor objects instantiated with configuration from contributions like:
  <engine name=”the_format_name” class=”rendering_engine_impl_class”/>
 
. Also instantiate rendering engine as defined in contribution.
Author:
Dragos Mihalache
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RenderingEngineDescriptor

      public RenderingEngineDescriptor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getFormat

      public String getFormat()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFormat

      public void setFormat(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEngineClass

      public Class<?> getEngineClass()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • newInstance

      public RenderingEngine newInstance() throws ReflectiveOperationException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      ReflectiveOperationException
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object