org.codehaus.xsite.model
Class Section

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

public class Section
extends Object

A section in a website holding entries, which can be either pages or links.

Author:
Joe Walnes, Mauro Talevi

Constructor Summary
Section(String name)
           
 
Method Summary
 void addPage(Page page)
           
 List<Entry> getEntries()
           
 String getName()
           
 List<Page> getPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section(String name)
Method Detail

getName

public String getName()

getEntries

public List<Entry> getEntries()

getPages

public List<Page> getPages()

addPage

public void addPage(Page page)


Copyright © 2010. All Rights Reserved.