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 Constructor Description LazyLoadingMigrationRenderer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRendererType()Stringrender(String originalContent, com.atlassian.renderer.RenderContext renderContext)StringrenderAsText(String originalContent, com.atlassian.renderer.RenderContext context) 
 - 
 
- 
- 
Method Detail
- 
render
public String render(String originalContent, com.atlassian.renderer.RenderContext renderContext)
- Specified by:
 renderin interfacecom.atlassian.renderer.v2.Renderer
 
- 
renderAsText
public String renderAsText(String originalContent, com.atlassian.renderer.RenderContext context)
- Specified by:
 renderAsTextin interfacecom.atlassian.renderer.v2.Renderer
 
- 
getRendererType
public String getRendererType()
- Specified by:
 getRendererTypein interfacecom.atlassian.renderer.v2.Renderer
 
 - 
 
 -