com.atlassian.confluence.content.render.xhtml.migration
Class LazyLoadingMigrationRenderer

java.lang.Object
  extended by 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
LazyLoadingMigrationRenderer()
           
 
Method Summary
 String getRendererType()
           
 String render(String originalContent, com.atlassian.renderer.RenderContext renderContext)
           
 String renderAsText(String originalContent, com.atlassian.renderer.RenderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyLoadingMigrationRenderer

public LazyLoadingMigrationRenderer()
Method Detail

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.