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 pages.
- Author:
- Joe Walnes
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()
getPages
public List getPages()
addPage
public void addPage(Page page)
Copyright © {inceptionYear}-2007 null. All Rights Reserved.