org.codehaus.xsite.model
Class Page
java.lang.Object
org.codehaus.xsite.model.Entry
org.codehaus.xsite.model.Page
public class Page
- extends Entry
Represents a single page entry in a sitemap, including filename, head and
body.
- 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<Link> 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<Link> getLinks()
isIndex
public boolean isIndex()
Copyright © 2010. All Rights Reserved.