|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xsite.model.Sitemap
public class Sitemap
Holds the structure of a website.
| Constructor Summary | |
|---|---|
Sitemap()
|
|
| Method Summary | |
|---|---|
void |
addSection(Section section)
|
java.util.List<Entry> |
getAllEntries()
|
java.util.List<Page> |
getAllPages()
|
java.util.List<Section> |
getSections()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sitemap()
| Method Detail |
|---|
public void addSection(Section section)
public java.util.List<Section> getSections()
public java.util.List<Entry> getAllEntries()
public java.util.List<Page> getAllPages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||