Uses of Class
org.opencms.site.xmlsitemap.CmsXmlSitemapUrlBean
-
Uses of CmsXmlSitemapUrlBean in org.opencms.site.xmlsitemap
Modifier and TypeMethodDescriptionCmsXmlSitemapGenerator.ResultEntry.getUrlBean()
Gets the URL bean.Modifier and TypeMethodDescriptionCmsDetailPageDuplicateEliminatingSitemapGenerator.generateSitemapBeans()
CmsXmlSitemapGenerator.generateSitemapBeans()
Generates a list of XML sitemap entry beans for the root folder which has been set in the constructor.Modifier and TypeMethodDescriptionprotected void
CmsXmlSitemapGenerator.addResult
(CmsXmlSitemapUrlBean result, int resultPriority) Adds an URL bean to the internal map of results, but only if there is no existing entry with higher internal priority than the priority given as an argument.protected String
CmsXmlSitemapGenerator.getInnerXmlForEntry
(CmsXmlSitemapUrlBean entry) Writes the inner node content for an url element to a buffer.protected String
CmsXmlSitemapGenerator.getXmlForEntry
(CmsXmlSitemapUrlBean entry) Writes the XML for an URL entry to a buffer.ModifierConstructorDescriptionResultEntry
(CmsXmlSitemapUrlBean urlBean, int priority) Creates a new result entry.