|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.control.arcims.ServletConnectorProxy
public class ServletConnectorProxy
Provides a basic proxy servlet for ArcXML requests
| Constructor Summary | |
|---|---|
ServletConnectorProxy()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Handles a GET request. |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Handles a POST request. |
void |
init()
Loads initial parameters for the servlet |
| 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, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletConnectorProxy()
| Method Detail |
|---|
public void init()
throws ServletException
init in class GenericServletServletException - if an exception occurs
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doGet in class HttpServletrequest - the servlet requestresponse - the servlet response
ServletException
IOException - if an exception occurs
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
doPost in class HttpServletrequest - the servlet requestresponse - the servlet response
ServletException
IOException - if an exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||