|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.docs.reference.website.WebSite
public abstract class WebSite
| Constructor Summary | |
|---|---|
WebSite()
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<Content> |
getContents()
|
abstract Page |
getRootPage()
Returns the root page of the website. |
abstract void |
setRootPage(Page root)
Sets the root page of the website. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebSite()
| Method Detail |
|---|
public abstract Page getRootPage()
public abstract void setRootPage(Page root)
root - the root pagepublic abstract java.util.Collection<Content> getContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||