org.codehaus.xsite.model
Class Sitemap
java.lang.Object
org.codehaus.xsite.model.Sitemap
public class Sitemap
- extends Object
Holds the structure of a website.
- Author:
- Joe Walnes, Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sitemap
public Sitemap()
addSection
public void addSection(Section section)
getSections
public List<Section> getSections()
getAllEntries
public List<Entry> getAllEntries()
getAllPages
public List<Page> getAllPages()
Copyright © 2010. All Rights Reserved.