protected class CmsXmlSitemapGenerator.ResultEntry
extends java.lang.Object
| 构造器和说明 |
|---|
CmsXmlSitemapGenerator.ResultEntry(CmsXmlSitemapUrlBean urlBean,
int priority)
Creates a new result entry.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 CmsXmlSitemapGenerator.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()