Package 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, Jörg Schaible
-
-
Constructor Summary
Constructors Constructor Description Sitemap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSection(Section section)List<Entry>getAllEntries()List<Page>getAllPages()Map<String,String>getParameter()List<Section>getSections()
-