com.esri.gpt.sdisuite
Class IntegrationLinkServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.sdisuite.IntegrationLinkServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class IntegrationLinkServlet
- extends HttpServlet
Callback servlet when certain links associated with a discovered resource are clicked.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegrationLinkServlet
public IntegrationLinkServlet()
destroy
public void destroy()
- Specified by:
destroy
in interface Servlet
- Overrides:
destroy
in class GenericServlet
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.