Class RenderingServiceImpl
java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.ecm.platform.rendering.impl.RenderingServiceImpl
- All Implemented Interfaces:
RenderingService
,Adaptable
,Component
,Extensible
,TimestampedService
@Deprecated(since="2025.8",
forRemoval=true)
public class RenderingServiceImpl
extends DefaultComponent
implements RenderingService
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.8, unused.
Implementation of RenderingService
- Author:
- Dragos Mihalache
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class org.nuxeo.runtime.model.DefaultComponent
lastModified, name
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.process
(RenderingContext renderingCtx) Deprecated, for removal: This API element is subject to removal in a future version.Processes the given context and returns a collection of results.void
registerContribution
(Object contribution, String extensionPoint, ComponentInstance contributor) Deprecated, for removal: This API element is subject to removal in a future version.void
registerEngine
(RenderingEngine engine) Deprecated, for removal: This API element is subject to removal in a future version.void
unregisterContribution
(Object contribution, String extensionPoint, ComponentInstance contributor) Deprecated, for removal: This API element is subject to removal in a future version.void
unregisterEngine
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, addRuntimeMessage, addRuntimeMessage, deactivate, getAdapter, getDescriptor, getDescriptors, getLastModified, getRegistry, register, registerExtension, setLastModified, setModifiedNow, setName, start, stop, unregister, unregisterExtension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Component
getApplicationStartedOrder
-
Field Details
-
EP_RENDER_ENGINES
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
RenderingServiceImpl
public RenderingServiceImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
registerContribution
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
registerContribution
in classDefaultComponent
-
unregisterContribution
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
unregisterContribution
in classDefaultComponent
-
getEngine
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEngine
in interfaceRenderingService
-
process
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RenderingService
Processes the given context and returns a collection of results.- Specified by:
process
in interfaceRenderingService
- Parameters:
renderingCtx
- the context- Returns:
- the result
- Throws:
RenderingException
-
registerEngine
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
registerEngine
in interfaceRenderingService
-
unregisterEngine
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
unregisterEngine
in interfaceRenderingService
-