Class PlainTextLinkBody

java.lang.Object
com.atlassian.confluence.xhtml.api.PlainTextLinkBody
All Implemented Interfaces:
LinkBody<String>

public class PlainTextLinkBody extends Object implements LinkBody<String>
A PlainTextLinkBody is one that contains nothing but plain textual data. A typical use for such a link body would be when it is created to represent the title of some content.
  • Constructor Details

    • PlainTextLinkBody

      public PlainTextLinkBody(String body)
  • Method Details