com.atlassian.confluence.xhtml.api
Interface LinkBody<T>

Type Parameters:
T - the type of the link body
All Known Implementing Classes:
EmbeddedImageLinkBody, PlainTextLinkBody, RichTextLinkBody

public interface LinkBody<T>

A type representing the different link bodies in Confluence

Since:
4.0

Method Summary
 T getBody()
           
 

Method Detail

getBody

T getBody()
Returns:
the underlying data represented by this link body.


Copyright © 2003-2014 Atlassian. All Rights Reserved.