org.chromattic.docs.reference.website
Class WebSite

java.lang.Object
  extended by org.chromattic.docs.reference.website.WebSite

public abstract class WebSite
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

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

WebSite

public WebSite()
Method Detail

getRootPage

public abstract Page getRootPage()
Returns the root page of the website.

Returns:
the root page

setRootPage

public abstract void setRootPage(Page root)
Sets the root page of the website.

Parameters:
root - the root page

getContents

public abstract java.util.Collection<Content> getContents()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.