Package 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, Jörg Schaible
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()StringgetFilename()StringgetHead()StringgetHref()StringgetId()Collection<Link>getLinks()String[]getParagraphs()Map<String,String>getProperties()StringgetTitle()booleanisIndex()
-
-
-
Method Detail
-
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()
-
getParagraphs
public String[] getParagraphs()
-
-