|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xsite.model.Section
public class Section
A section in a website, holding pages.
Constructor Summary | |
---|---|
Section(String name)
|
Method Summary | |
---|---|
void |
addPage(Page page)
|
String |
getName()
|
List |
getPages()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Section(String name)
Method Detail |
---|
public String getName()
public List getPages()
public void addPage(Page page)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |