Package org.codehaus.xsite.model
Class Section
- java.lang.Object
-
- org.codehaus.xsite.model.Section
-
public class Section extends Object
A section in a website holding entries, which can be either pages or links.- Author:
- Joe Walnes, Mauro Talevi
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPage(Page page)List<Entry>getEntries()StringgetName()List<Page>getPages()
-