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 java.lang.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
 java.lang.String getRendererType()
           
 java.lang.String render(java.lang.String originalContent, com.atlassian.renderer.RenderContext renderContext)
           
 java.lang.String renderAsText(java.lang.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 java.lang.String render(java.lang.String originalContent,
                               com.atlassian.renderer.RenderContext renderContext)
Specified by:
render in interface com.atlassian.renderer.v2.Renderer

renderAsText

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

getRendererType

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.