Package org.opencms.site.xmlsitemap
Class CmsXmlSitemapGenerator.ResultEntry
java.lang.Object
org.opencms.site.xmlsitemap.CmsXmlSitemapGenerator.ResultEntry
- Enclosing class:
- CmsXmlSitemapGenerator
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 SummaryConstructorsConstructorDescriptionResultEntry(CmsXmlSitemapUrlBean urlBean, int priority) Creates a new result entry.
- 
Method SummaryModifier and TypeMethodDescriptionintGets the internal priority used to determine which of multiple entries with the same URL to use.Gets the URL bean.
- 
Constructor Details- 
ResultEntryCreates a new result entry.- Parameters:
- urlBean- the url bean
- priority- the internal priority
 
 
- 
- 
Method Details- 
getPriorityGets the internal priority used to determine which of multiple entries with the same URL to use.This has nothing to do with the priority defined in the URL beans themselves! - Returns:
- the internal priority
 
- 
getUrlBeanGets the URL bean.- Returns:
- the URL bean
 
 
-