org.codehaus.xsite.model
Class Section
java.lang.Object
org.codehaus.xsite.model.Section
public class Section
- extends java.lang.Object
A section in a website holding entries, which can be either pages or links.
- Author:
- Joe Walnes, Mauro Talevi
|
Constructor Summary |
Section(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section(java.lang.String name)
getName
public java.lang.String getName()
getEntries
public java.util.List<Entry> getEntries()
getPages
public java.util.List<Page> getPages()
addPage
public void addPage(Page page)
Copyright © 2009 null. All Rights Reserved.