|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.site.xmlsitemap.CmsXmlSitemapGenerator.ResultEntry
protected class CmsXmlSitemapGenerator.ResultEntry
A bean that consists of a sitemap URL bean and a priority score, to determine which of multiple entries with the same URL are to be preferred.
| Constructor Summary | |
|---|---|
CmsXmlSitemapGenerator.ResultEntry(CmsXmlSitemapUrlBean urlBean,
int priority)
Creates a new result entry. |
|
| Method Summary | |
|---|---|
int |
getPriority()
Gets the internal priority used to determine which of multiple entries with the same URL to use. |
CmsXmlSitemapUrlBean |
getUrlBean()
Gets the URL bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsXmlSitemapGenerator.ResultEntry(CmsXmlSitemapUrlBean urlBean,
int priority)
urlBean - the url beanpriority - the internal priority| Method Detail |
|---|
public int getPriority()
This has nothing to do with the priority defined in the URL beans themselves!
public CmsXmlSitemapUrlBean getUrlBean()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||