protected class CmsXmlSitemapGenerator.ResultEntry extends java.lang.Object
| Constructor and Description |
|---|
ResultEntry(CmsXmlSitemapUrlBean urlBean,
int priority)
Creates a new result entry.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ResultEntry(CmsXmlSitemapUrlBean urlBean, int priority)
urlBean - the url beanpriority - the internal prioritypublic int getPriority()
This has nothing to do with the priority defined in the URL beans themselves!
public CmsXmlSitemapUrlBean getUrlBean()