Esri Geoportal Server
1.0

com.esri.gpt.control.rest.repositories
Class RepositoriesServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.esri.gpt.framework.context.BaseServlet
              extended by com.esri.gpt.control.rest.repositories.RepositoriesServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class RepositoriesServlet
extends BaseServlet

Provides a Rest API for repositories registered within the GPT harvesting tables.

This end point does not query remote reposities, it provides information about what has been registered.

Usage: http://host:port/context/rest/repositories?f=
f - the response format, json or xml (optional, default=json)

See Also:
Serialized Form

Constructor Summary
RepositoriesServlet()
           
 
Method Summary
protected  void execute(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Processes the HTTP request.
 
Methods inherited from class com.esri.gpt.framework.context.BaseServlet
authenticate, doGet, doPost, getCredentials, getLogger, getParameterValue, getRealm, readInputCharacters, writeCharacterResponse, writeHtmlResponse, writeXmlResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoriesServlet

public RepositoriesServlet()
Method Detail

execute

protected void execute(HttpServletRequest request,
                       HttpServletResponse response,
                       RequestContext context)
                throws Exception
Processes the HTTP request.

Specified by:
execute in class BaseServlet
Parameters:
request - the HTTP request.
response - HTTP response.
context - 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.