Esri Geoportal Server
1.0

com.esri.gpt.control.search
Class ServletSavedSearch

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.search.ServletSavedSearch
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ServletSavedSearch
extends BaseServlet

Servlet implementation class ServletSavedSearch.

Author:
TM
See Also:
Serialized Form

Constructor Summary
ServletSavedSearch()
          Instantiates a new servlet saved search.
 
Method Summary
protected  void doDelete(HttpServletRequest req, HttpServletResponse resp)
          Do delete.
protected  void doPut(HttpServletRequest req, HttpServletResponse resp)
          Do put.
protected  void execute(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Execute.
 
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
doHead, doOptions, 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

ServletSavedSearch

public ServletSavedSearch()
Instantiates a new servlet saved search.

See Also:
HttpServlet.HttpServlet()
Method Detail

execute

protected void execute(HttpServletRequest request,
                       HttpServletResponse response,
                       RequestContext context)
                throws Exception
Execute.

Specified by:
execute in class BaseServlet
Parameters:
request - the request
response - the response
context - the context
Throws:
Exception - the exception

doDelete

protected void doDelete(HttpServletRequest req,
                        HttpServletResponse resp)
                 throws ServletException,
                        IOException
Do delete.

Overrides:
doDelete in class HttpServlet
Parameters:
req - the req
resp - the resp
Throws:
ServletException - the servlet exception
IOException - Signals that an I/O exception has occurred.

doPut

protected void doPut(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     IOException
Do put.

Overrides:
doPut in class HttpServlet
Parameters:
req - the req
resp - the resp
Throws:
ServletException - the servlet exception
IOException - Signals that an I/O exception has occurred.

Esri Geoportal Server
1.0

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