Esri Geoportal Server
1.2.0

com.esri.gpt.catalog.gxe
Class GxeServlet

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.catalog.gxe.GxeServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class GxeServlet
extends BaseServlet

The Geoportal XML editor servlet.

See Also:
Serialized Form

Constructor Summary
GxeServlet()
           
 
Method Summary
protected  void execute(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Executes a request.
protected  void executeDefinitionRequest(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Handles a request for an editor definition.
protected  void executeDetailsRequest(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Handles a request to view the details for a document.
protected  void executeTypesRequest(HttpServletRequest request, HttpServletResponse response, RequestContext context)
          Handles a request for the list of defined editor types.
 
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
doDelete, doHead, doOptions, doPut, 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

GxeServlet

public GxeServlet()
Method Detail

execute

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

Specified by:
execute in class BaseServlet
Parameters:
request - the HTTP servlet request
response - the HTTP servlet response
context - the request context
Throws:
Exception - if a processing exception occurs

executeDefinitionRequest

protected void executeDefinitionRequest(HttpServletRequest request,
                                        HttpServletResponse response,
                                        RequestContext context)
                                 throws Exception
Handles a request for an editor definition.

Parameters:
request - the HTTP servlet request
response - the HTTP servlet response
context - the request context
Throws:
Exception - if a processing exception occurs

executeDetailsRequest

protected void executeDetailsRequest(HttpServletRequest request,
                                     HttpServletResponse response,
                                     RequestContext context)
                              throws Exception
Handles a request to view the details for a document.

Parameters:
request - the HTTP servlet request
response - the HTTP servlet response
context - the request context
Throws:
Exception - if a processing exception occurs

executeTypesRequest

protected void executeTypesRequest(HttpServletRequest request,
                                   HttpServletResponse response,
                                   RequestContext context)
                            throws Exception
Handles a request for the list of defined editor types.

Parameters:
request - the HTTP servlet request
response - the HTTP servlet response
context - the request context
Throws:
Exception - if a processing exception occurs

Esri Geoportal Server
1.2.0

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