Package com.atlassian.confluence.pages

Interface Summary
AttachmentManager  
BreadcrumbsManager Created by IntelliJ IDEA.
CommentManager Manager for page comments.
DelegatingAttachmentManager Classes that implement this interface perform some sort of delegation of AttachmentManager calls
DraftAjax  
DraftManager  
FileUploadManager  
PageManager Manages the retrieval and manipulation both pages and blog entries.
TrashManager Operations on the Trash
 

Class Summary
AbstractAttachmentManager  
AbstractPage Parent of the concrete Page and BlogPost classes
Attachment  
AttachmentData This class encapsulates Attachment metadata and maintains an InputStream that represents the data for the Attachment object.
AttachmentUtils All versions of attachments in confluence are stored under a folder labeled with the name with the name of the attachment.
BlogPost  
BlogPostsCalendar Helper bean that turns a list of blog posts into a monthly calendar.
Comment  
ContentNode  
ContentTree Stores a list of root ContentNodes.
DefaultAttachmentManager Default implementation of AttachmentManager.
DefaultBreadcrumbsManager  
DefaultCommentManager Manager for page comments.
DefaultDraftAjax  
DefaultDraftManager  
DefaultFileUploadManager  
DefaultPageManager  
DefaultTrashManager This class provides utility methods for operating on the Trash
DelegatorAttachmentManager This class delegates attachment manager requests to the appropriate attachment manager implementation based on certain Confluence configuration options
Draft  
Page Represents a Page within Confluence.
TinyUrl  
TreeBuilder  
WebDavAttachmentManager  
 

Exception Summary
AttachmentDataExistsException This exception should be used when attachment data was found, when it should not have existed.
AttachmentDataNotFoundException This exception can be used when no Attachment data was found, but was expected.
 



Confluence is developed by Atlassian.