Uses of Interface
com.atlassian.confluence.content.Content

Packages that use Content
com.atlassian.confluence.content   
 

Uses of Content in com.atlassian.confluence.content
 

Classes in com.atlassian.confluence.content that implement Content
 class DefaultContent
          Default implementation of Content.
 

Methods in com.atlassian.confluence.content that return Content
 Content Content.getContainer()
          Get the container for this content.
 Content DefaultContent.getContainer()
           
 Content Content.getParent()
          Get the parent content of this content.
 Content DefaultContent.getParent()
           
 

Methods in com.atlassian.confluence.content with parameters of type Content
 void Content.setParent(Content parent)
          Sets the parent of this content.
 void DefaultContent.setParent(Content parent)
           
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.