Package com.atlassian.confluence.core
Interface HasLinkWikiMarkup
- All Known Implementing Classes:
AbstractPage
,Attachment
,BlogPost
,Comment
,Page
,PersonalInformation
public interface HasLinkWikiMarkup
Content classes implementing this interface can be linked to by wiki markup.
e.g. [Test Page], [TST:/2010/01/29/Test Blog], [TST:], [~test]
-
Method Summary
-
Method Details
-
getLinkWikiMarkup
String getLinkWikiMarkup()- Returns:
- the wiki markup used to link to this content
-