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
|
Constructor Summary |
Page(java.lang.String filename,
java.lang.String head,
java.lang.String body,
java.util.Collection<Link> links,
java.util.Properties properties)
Creates a Page |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page(java.lang.String filename,
java.lang.String head,
java.lang.String body,
java.util.Collection<Link> links,
java.util.Properties properties)
- Creates a Page
- Parameters:
filename - head - body - links - properties -
getId
public java.lang.String getId()
getTitle
public java.lang.String getTitle()
getHead
public java.lang.String getHead()
getBody
public java.lang.String getBody()
getFilename
public java.lang.String getFilename()
getHref
public java.lang.String getHref()
getLinks
public java.util.Collection<Link> getLinks()
isIndex
public boolean isIndex()
Copyright © 2009 null. All Rights Reserved.