Package org.nuxeo.ecm.platform.rendering
Interface RenderingService
- All Known Implementing Classes:
RenderingServiceImpl
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.8, unused.
RenderingService core infrastructure.
- Author:
- Dragos Mihalache
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.process
(RenderingContext ctx) 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
registerEngine
(RenderingEngine engine) Deprecated, for removal: This API element is subject to removal in a future version.void
unregisterEngine
(String format) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
process
Deprecated, for removal: This API element is subject to removal in a future version.Processes the given context and returns a collection of results.- Parameters:
ctx
- the context- Returns:
- the result
- Throws:
RenderingException
-
getEngine
Deprecated, for removal: This API element is subject to removal in a future version. -
registerEngine
Deprecated, for removal: This API element is subject to removal in a future version. -
unregisterEngine
Deprecated, for removal: This API element is subject to removal in a future version.
-