Class SitemapManager


  • public class SitemapManager
    extends java.lang.Object
    Responsible for generating the sitemaps for all protocols given a service instance identifier.
    Since:
    11.0.0
    Version:
    $Revision: 24979 $ $Date: 2022-05-02 16:48:21 -0300 (Mon, 02 May 2022) $
    • Constructor Summary

      Constructors 
      Constructor Description
      SitemapManager()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void generateSiteMap​(java.lang.String serviceInstanceId, ITransaction transaction)
      Given a service instance id, this method renders the sitemap.xml files in the lumisdata/shared/data/sitempafiles directory.
      • Methods inherited from class java.lang.Object

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

      • SitemapManager

        public SitemapManager()
    • Method Detail

      • generateSiteMap

        public static void generateSiteMap​(java.lang.String serviceInstanceId,
                                           ITransaction transaction)
                                    throws PortalException
        Given a service instance id, this method renders the sitemap.xml files in the lumisdata/shared/data/sitempafiles directory.
        Parameters:
        serviceInstanceId - the sitemap service instance identifier.
        transaction -
        Throws:
        PortalException
        Since:
        11.0.0