org.codehaus.xsite.model
Class Sitemap

java.lang.Object
  extended by org.codehaus.xsite.model.Sitemap

public class Sitemap
extends java.lang.Object

Holds the structure of a website.

Author:
Joe Walnes, Mauro Talevi

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

Sitemap

public Sitemap()
Method Detail

addSection

public void addSection(Section section)

getSections

public java.util.List<Section> getSections()

getAllEntries

public java.util.List<Entry> getAllEntries()

getAllPages

public java.util.List<Page> getAllPages()


Copyright © 2009 null. All Rights Reserved.