com.atlassian.renderer.links
Interface LinkRenderer
- All Known Implementing Classes: 
- V2LinkRenderer
- public interface LinkRenderer 
Implemented by the renderer to convert a Link object into something that makes sense in the
 rendered context.
 
renderLink
String renderLink(Link link,
                  RenderContext context)
- Render a link as HTML, given a current PageContext.
 
- 
- Parameters:
- link- the link to append
- context- the current rendering context
- Returns:
- The HTML result of this link.
 
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.