|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.docs.reference.website.Page
public abstract class Page
| Constructor Summary | |
|---|---|
Page()
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<Page> |
getChildren()
Returns the collection of page children. |
abstract Content |
getContent()
Returns the content associated to this page. |
abstract java.lang.String |
getName()
Returns the page name. |
abstract Page |
getParent()
Returns the page parent. |
abstract WebSite |
getSite()
Returns the parent site. |
abstract void |
setContent(Content content)
Set thet content on this page |
abstract void |
setParent(Page page)
Update the page parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Page()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract java.util.Collection<Page> getChildren()
public abstract Page getParent()
public abstract void setParent(Page page)
page - the parentpublic abstract WebSite getSite()
public abstract Content getContent()
public abstract void setContent(Content content)
content - the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||