Esri Geoportal Server
1.0

com.esri.gpt.control.sitemap
Class SitemapHandler

java.lang.Object
  extended by com.esri.gpt.framework.sql.BaseDao
      extended by com.esri.gpt.control.sitemap.SitemapHandler

public class SitemapHandler
extends BaseDao

Handles the generation of sitemap files based upon the content of the metadata catalog.


Constructor Summary
protected SitemapHandler()
          Default constructor.
 
Method Summary
protected  void handle(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Handles a sitemap request.
 
Methods inherited from class com.esri.gpt.framework.sql.BaseDao
appendExpression, appendValueFilter, closeResultSet, closeStatement, getApplicationConfiguration, getRequestContext, logExpression, returnConnection, setRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapHandler

protected SitemapHandler()
Default constructor.

Method Detail

handle

protected void handle(HttpServletRequest request,
                      HttpServletResponse response,
                      RequestContext context)
               throws Exception
Handles a sitemap request.

Parameters:
request - the HTTP request
response - the HTTP response
context - the request context
Throws:
Exception - if an exception occurs

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.