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 StringDeprecated, 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.voidregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) Deprecated, for removal: This API element is subject to removal in a future version.voidregisterEngine(RenderingEngine engine) Deprecated, for removal: This API element is subject to removal in a future version.voidunregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) Deprecated, for removal: This API element is subject to removal in a future version.voidunregisterEngine(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, unregisterExtensionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
registerContributionin 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:
unregisterContributionin classDefaultComponent
-
getEngine
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEnginein interfaceRenderingService
-
process
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RenderingServiceProcesses the given context and returns a collection of results.- Specified by:
processin 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:
registerEnginein interfaceRenderingService
-
unregisterEngine
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
unregisterEnginein interfaceRenderingService
-