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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLinkWikiMarkup()
-
-
-
Method Detail
-
getLinkWikiMarkup
String getLinkWikiMarkup()
- Returns:
- the wiki markup used to link to this content
-
-