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 pages.

Author:
Joe Walnes

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

Section

public Section(String name)
Method Detail

getName

public String getName()

getPages

public List getPages()

addPage

public void addPage(Page page)


Copyright © 2009. All Rights Reserved.