Class LazyLoadingMigrationRenderer

java.lang.Object
com.atlassian.confluence.content.render.xhtml.migration.LazyLoadingMigrationRenderer
All Implemented Interfaces:
com.atlassian.renderer.v2.Renderer

public class LazyLoadingMigrationRenderer extends Object implements com.atlassian.renderer.v2.Renderer
Required to allow us to break a circular dependency of the subRenderer back to the renderer.
  • Constructor Details

    • LazyLoadingMigrationRenderer

      public LazyLoadingMigrationRenderer()
  • Method Details

    • render

      public String render(String originalContent, com.atlassian.renderer.RenderContext renderContext)
      Specified by:
      render in interface com.atlassian.renderer.v2.Renderer
    • renderAsText

      public String renderAsText(String originalContent, com.atlassian.renderer.RenderContext context)
      Specified by:
      renderAsText in interface com.atlassian.renderer.v2.Renderer
    • getRendererType

      public String getRendererType()
      Specified by:
      getRendererType in interface com.atlassian.renderer.v2.Renderer