Class RenderingEngineDescriptor
java.lang.Object
org.nuxeo.ecm.platform.rendering.impl.RenderingEngineDescriptor
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
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.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
RenderingEngineDescriptor
public RenderingEngineDescriptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFormat
Deprecated, for removal: This API element is subject to removal in a future version. -
setFormat
Deprecated, for removal: This API element is subject to removal in a future version. -
getEngineClass
Deprecated, for removal: This API element is subject to removal in a future version. -
newInstance
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
ReflectiveOperationException
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-