com.supermap.geoprocessor.services

Class GetListServlet

  • java.lang.Object
    • HttpServlet
      • com.supermap.geoprocessor.services.GetListServlet
  • All Implemented Interfaces:
    InterfaceContextAware


    public class GetListServlet
    extends HttpServlet
    implements InterfaceContextAware
    
     Gets list service. The operations are as follows:
     1. Gets geoprocess list
     2. Gets model list
     3. Groups geoprocess list and model list, and return.
     
    
    • Constructor Summary

      Constructors 
      Constructor and Description
      GetListServlet() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void doGet(HttpServletRequest request, HttpServletResponse response)
      Service receiving and processing
      void doPost(HttpServletRequest request, HttpServletResponse response)
      Service receiving and processing
      void setInterfaceContext(InterfaceContext context)
      Set the context of the service interface.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetListServlet

        public GetListServlet()
        
    • Method Detail

      • doGet

        public void doGet(HttpServletRequest request,
                 HttpServletResponse response)
                   throws java.io.IOException,
                          ServletException
        
        Service receiving and processing
        Throws:
        java.io.IOException
        ServletException
      • doPost

        public void doPost(HttpServletRequest request,
                  HttpServletResponse response)
                    throws java.io.IOException,
                           ServletException
        
        Service receiving and processing
        Throws:
        java.io.IOException
        ServletException