Class CmsXmlSitemapGenerator.ResultEntry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResultEntry

        public ResultEntry​(CmsXmlSitemapUrlBean urlBean,
                           int priority)
        Creates a new result entry.

        Parameters:
        urlBean - the url bean
        priority - the internal priority
    • Method Detail

      • getPriority

        public int getPriority()
        Gets 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