com.atlassian.confluence.it
Interface LinkableContent

All Superinterfaces:
TitledContent
All Known Implementing Classes:
AbstractPageEntity, Attachment, BlogPost, Comment, Page, User, UserStatus, UserWithKey

public interface LinkableContent
extends TitledContent

Content with a title that can be accessed via a direct URL.


Method Summary
 String getUrl()
           
 UrlBuilder getUrlBuilder()
           
 
Methods inherited from interface com.atlassian.confluence.it.TitledContent
getTitle
 

Method Detail

getUrl

String getUrl()

getUrlBuilder

UrlBuilder getUrlBuilder()


Copyright © 2003–2015 Atlassian. All rights reserved.