Package com.esri.gpt.control.sitemap
Provides an end-point associated with the generation of sitemap files 
 based upon the content of the metadata catalog.
See:
          Description
| 
Class Summary | 
| SitemapHandler | 
Handles the generation of sitemap files based upon the content of the metadata catalog. | 
| SitemapServlet | 
Endpoint for handling sitemap related requests. | 
 
Package com.esri.gpt.control.sitemap Description
Provides an end-point associated with the generation of sitemap files 
 based upon the content of the metadata catalog.
 
 http://host:port/context/sitemap
 
 For large repositories, a sitemap index will be generated and will 
 reference individual sitemap files with the following URL pattern:
 http://host:port/context/sitemap?startRecord=[n]
 
 Response configuration:
 gpt.xml gptConfig/catalog
 
parameter configuration elements: <parameter key="" value=""/>
 
 - 
   sitemap.baseUrl - the base URL for sitemap files
   
default = auto-generated, e.g. http://host:port/[contextPath]/sitemap
  
 - 
   sitemap.documentUrlPattern - the URL pattern referencing documents within a sitemap,
     {0} will be replaced with the document's UUID,
   
default = /rest/document/{0}?f=html 
  
 -             
   sitemap.urlsPerIndexFile - the maximum number of sitemap files to be referenced within
     the sitemap index file (should not exceed 1000),
   
default = 1000
  
 - 
   sitemap.urlsPerSitemapFile - the maximum number of documents to be referenced within 
     an individual sitemap file (should not exceed 50000),
   
default = 40000
  
 - 
   sitemap.namespaceUri - the sitemap namespace URI,
   
default = http://www.sitemaps.org/schemas/sitemap/0.9
  
 - 
   sitemap.changefreg - the change frequency to be listed per document reference,
     hourly daily weekly monthly yearly ,
   
default = weekly
  
 - 
   sitemap.priority - the priority to be listed per document reference, 0.0 -> 1.0,
   
default = none  
  
 
 
 
- See Also:
 - sitemaps.org
 
        Copyright 2011 Environmental Systems Research Institute. 
	 All rights reserved. 
	 Use is subject to 
license terms.