|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.sitemap.Page
public final class Page
This class is a representation of a single entry in a google sitemaps file.
| Nested Class Summary | |
|---|---|
static class |
Page.Frequency
|
| Constructor Summary | |
|---|---|
Page(URI location)
Creates a new page of a site map. |
|
Page(URI location,
Date lastModified,
Page.Frequency frequency,
double priority)
Creates a new page of a site map. |
|
| Method Summary | |
|---|---|
Page.Frequency |
getFrequency()
The frequence at which the page is usually updated. |
Date |
getLastModified()
The date the page was last modified. |
URI |
getLocation()
The URL of the page. |
double |
getPriority()
The priority of the page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Page(URI location)
location - the URL of the page.
public Page(URI location,
Date lastModified,
Page.Frequency frequency,
double priority)
location - the URL of the page.lastModified - the date of last modification.frequency - the frequency at which the page is updated.priority - the priority of the page.| Method Detail |
|---|
public URI getLocation()
public Date getLastModified()
public Page.Frequency getFrequency()
public double getPriority()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||