Interface RenderingService

All Known Implementing Classes:
RenderingServiceImpl

@Deprecated(since="2025.8", forRemoval=true) public interface RenderingService
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 Type
    Method
    Description
    getEngine(String format)
    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.
    Processes the given context and returns a collection of results.
    void
    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.
     
  • 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

      RenderingEngine getEngine(String format)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • registerEngine

      void registerEngine(RenderingEngine engine)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • unregisterEngine

      void unregisterEngine(String format)
      Deprecated, for removal: This API element is subject to removal in a future version.