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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrenderAsText
(String originalContent, com.atlassian.renderer.RenderContext context)
-
Constructor Details
-
LazyLoadingMigrationRenderer
public LazyLoadingMigrationRenderer()
-
-
Method Details
-
render
- Specified by:
render
in interfacecom.atlassian.renderer.v2.Renderer
-
renderAsText
- Specified by:
renderAsText
in interfacecom.atlassian.renderer.v2.Renderer
-
getRendererType
- Specified by:
getRendererType
in interfacecom.atlassian.renderer.v2.Renderer
-