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 DefaultContent.getContainer()
           
 Content Content.getContainer()
          Get the container for this content.
 Content DefaultContent.getParent()
           
 Content Content.getParent()
          Get the parent content of this content.
 

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



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