|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.esri.gpt.framework.context.BaseServlet com.esri.gpt.control.search.ServletSavedSearch
public class ServletSavedSearch
Servlet implementation class ServletSavedSearch.
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 |
---|
public ServletSavedSearch()
HttpServlet.HttpServlet()
Method Detail |
---|
protected void execute(HttpServletRequest request, HttpServletResponse response, RequestContext context) throws Exception
execute
in class BaseServlet
request
- the requestresponse
- the responsecontext
- the context
Exception
- the exceptionprotected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doDelete
in class HttpServlet
req
- the reqresp
- the resp
ServletException
- the servlet exception
IOException
- Signals that an I/O exception has occurred.protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException
doPut
in class HttpServlet
req
- the reqresp
- the resp
ServletException
- the servlet exception
IOException
- Signals that an I/O exception has occurred.
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |