org.codehaus.xsite.model
Class Section

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

public class Section
extends java.lang.Object

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

Author:
Joe Walnes, Mauro Talevi

Constructor Summary
Section(java.lang.String name)
           
 
Method Summary
 void addPage(Page page)
           
 java.util.List<Entry> getEntries()
           
 java.lang.String getName()
           
 java.util.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(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getEntries

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

getPages

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

addPage

public void addPage(Page page)


Copyright © 2009 null. All Rights Reserved.