org.codehaus.xsite.model
Class Page
java.lang.Object
org.codehaus.xsite.model.Page
public class Page
- extends Object
A single page in a website, including title, filename and content.
- Author:
- Joe Walnes, Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page(String filename,
String head,
String body,
Collection links,
Properties properties)
- Creates a Page
- Parameters:
filename
- head
- body
- links
- properties
-
getId
public String getId()
getTitle
public String getTitle()
getHead
public String getHead()
getBody
public String getBody()
getFilename
public String getFilename()
getHref
public String getHref()
getLinks
public Collection getLinks()
isIndex
public boolean isIndex()
Copyright © 2009. All Rights Reserved.