com.esri.gpt.control.rest
Class OpenSearchDescriptionServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.framework.context.BaseServlet
com.esri.gpt.control.rest.OpenSearchDescriptionServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class OpenSearchDescriptionServlet
- extends BaseServlet
Returns the OpenSearch description XML.
The XML returned is based upon the file:
gpt/search/openSearchDescription.xml
In addition, the following substitutions are made:
{openSearch.shortName} - property resource catalog.openSearch.shortName
{openSearch.description} - property resource catalog.openSearch.description
{openSearch.restPath} - rest API path for this web application
(e.g. http://somehost:someport/GPT9/rest/find/document)
{openSearch.imagePath} - image folder path for this web application
(e.g. http://somehost:someport/GPT9/catalog/images)
- See Also:
- Serialized Form
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.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 |
OpenSearchDescriptionServlet
public OpenSearchDescriptionServlet()
execute
protected void execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
- Executes a request.
- Specified by:
execute
in class BaseServlet
- Parameters:
request
- the servlet requestresponse
- the servlet responsecontext
- the request context
- Throws:
Exception
- if an exception occurs
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.