|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.confluence.pages.ContentNode
| Constructor Summary | |
ContentNode()
|
|
ContentNode(Page page)
|
|
| Method Summary | |
void |
addChild(ContentNode contentNode)
|
void |
addChildren(List children)
|
List |
getChildren()
|
Page |
getPage()
|
ContentNode |
getParent()
|
void |
removeChild(ContentNode node)
|
void |
setChildren(List children)
|
void |
setPage(Page page)
|
void |
setParent(ContentNode parent)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContentNode()
public ContentNode(Page page)
| Method Detail |
public Page getPage()
public void setPage(Page page)
public List getChildren()
public void setChildren(List children)
public void addChild(ContentNode contentNode)
public void addChildren(List children)
public void removeChild(ContentNode node)
public ContentNode getParent()
public void setParent(ContentNode parent)
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||