org.codehaus.xsite.model
Class Sitemap

java.lang.Object
  extended by org.codehaus.xsite.model.Sitemap

public class Sitemap
extends Object

Holds the structure of a website.

Author:
Joe Walnes, Mauro Talevi

Constructor Summary
Sitemap()
           
 
Method Summary
 void addSection(Section section)
           
 List getAllPages()
           
 List getSections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sitemap

public Sitemap()
Method Detail

addSection

public void addSection(Section section)

getSections

public List getSections()

getAllPages

public List getAllPages()


Copyright © 2009. All Rights Reserved.