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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section(String name)
getName
public String getName()
getEntries
public List<Entry> getEntries()
getPages
public List<Page> getPages()
addPage
public void addPage(Page page)
Copyright © 2011. All Rights Reserved.