com.atlassian.confluence.importexport.impl
Class ExportLinkRenderer

java.lang.Object
  extended by com.atlassian.confluence.importexport.impl.ExportLinkRenderer
All Implemented Interfaces:
com.atlassian.renderer.links.LinkRenderer

public class ExportLinkRenderer
extends Object
implements com.atlassian.renderer.links.LinkRenderer


Constructor Summary
ExportLinkRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer, ExportContext exportContext, com.atlassian.renderer.IconManager iconManager, PageManager pageManager, ExportLinkFormatter exportLinkFormatter)
           
 
Method Summary
 String renderLink(com.atlassian.renderer.links.Link link)
           
 String renderLink(com.atlassian.renderer.links.Link link, 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

ExportLinkRenderer

public ExportLinkRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer,
                          ExportContext exportContext,
                          com.atlassian.renderer.IconManager iconManager,
                          PageManager pageManager,
                          ExportLinkFormatter exportLinkFormatter)
Method Detail

renderLink

public String renderLink(com.atlassian.renderer.links.Link link)

renderLink

public String renderLink(com.atlassian.renderer.links.Link link,
                         com.atlassian.renderer.RenderContext context)
Specified by:
renderLink in interface com.atlassian.renderer.links.LinkRenderer


Copyright © 2003-2011 Atlassian. All Rights Reserved.