com.supermap.services.wmts

Class WMTSMethodHandler

    • Constructor Summary

      Constructors 
      Constructor and Description
      WMTSMethodHandler() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      protected Tag getResourceTag(java.lang.Object resourceContent, ResourceBase targetResource) 
      void handleDelete(ResourceBase targetResource, Request request, Response response)
      ${services_rest_MethodHandler_method_handleDelete_Title}
      void handleGet(ResourceBase targetResource, Request request, Response response)
      ${services_rest_MethodHandler_method_handleGet_Title}
      void handleHead(ResourceBase targetResource, Request request, Response response)
      ${services_rest_MethodHandler_method_handleHead_Title}
      void handleOptions(ResourceBase targetResource, Request request, Response response)
      ${services_rest_MethodHandler_method_handleOptions_Title}
      void handlePost(ResourceBase targetResource, Request request, Response response)
      ${services_rest_MethodHandler_method_handlePost_Title}
      void handlePut(ResourceBase targetResource, Request request, Response response)
      ${services_rest_MethodHandler_method_handlePut_Title}
      • Methods inherited from class java.lang.Object

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

      • WMTSMethodHandler

        public WMTSMethodHandler()
        
    • Method Detail

      • handleGet

        public void handleGet(ResourceBase targetResource,
                     Request request,
                     Response response)
        
        Description copied from class: AbstractMethodHandler

        ${services_rest_MethodHandler_method_handleGet_Title}

        ${services_rest_MethodHandler_method_handleGet_Description}

        Specified by:
        handleGet in class AbstractMethodHandler
        Parameters:
        targetResource - ${services_rest_MethodHandler_method_handleGet_param_targetResource}
        request - ${services_rest_MethodHandler_method_handleGet_param_request}
        response - ${services_rest_MethodHandler_method_handleGet_param_response}
      • getResourceTag

        protected Tag getResourceTag(java.lang.Object resourceContent,
                         ResourceBase targetResource)
        
      • handlePut

        public void handlePut(ResourceBase targetResource,
                     Request request,
                     Response response)
        
        Description copied from class: AbstractMethodHandler

        ${services_rest_MethodHandler_method_handlePut_Title}

        ${services_rest_MethodHandler_method_handlePut_Description}

        Specified by:
        handlePut in class AbstractMethodHandler
        Parameters:
        targetResource - ${services_rest_MethodHandler_method_handlePut_param_targetResource}
        request - ${services_rest_MethodHandler_method_handlePut_param_request}
        response - ${services_rest_MethodHandler_method_handlePut_param_response}
      • handlePost

        public void handlePost(ResourceBase targetResource,
                      Request request,
                      Response response)
        
        Description copied from class: AbstractMethodHandler

        ${services_rest_MethodHandler_method_handlePost_Title}

        ${services_rest_MethodHandler_method_handlePost_Description}

        Specified by:
        handlePost in class AbstractMethodHandler
        Parameters:
        targetResource - ${services_rest_MethodHandler_method_handlePost_param_targetResource}
        request - ${services_rest_MethodHandler_method_handlePost_param_request}
        response - ${services_rest_MethodHandler_method_handlePost_param_response}
      • handleDelete

        public void handleDelete(ResourceBase targetResource,
                        Request request,
                        Response response)
        
        Description copied from class: AbstractMethodHandler

        ${services_rest_MethodHandler_method_handleDelete_Title}

        ${services_rest_MethodHandler_method_handleDelete_Description}

        Specified by:
        handleDelete in class AbstractMethodHandler
        Parameters:
        targetResource - ${services_rest_MethodHandler_method_handleDelete_param_targetResource}
        request - ${services_rest_MethodHandler_method_handleDelete_param_request}
        response - ${services_rest_MethodHandler_method_handleDelete_param_response}
      • handleHead

        public void handleHead(ResourceBase targetResource,
                      Request request,
                      Response response)
        
        Description copied from class: AbstractMethodHandler

        ${services_rest_MethodHandler_method_handleHead_Title}

        ${services_rest_MethodHandler_method_handleHead_Description}

        Specified by:
        handleHead in class AbstractMethodHandler
        Parameters:
        targetResource - ${services_rest_MethodHandler_method_handleHead_param_targetResource}
        request - ${services_rest_MethodHandler_method_handleHead_param_request}
        response - ${services_rest_MethodHandler_method_handleHead_param_response}
      • handleOptions

        public void handleOptions(ResourceBase targetResource,
                         Request request,
                         Response response)
        
        Description copied from class: AbstractMethodHandler

        ${services_rest_MethodHandler_method_handleOptions_Title}

        ${services_rest_MethodHandler_method_handleOptions_Description}

        Specified by:
        handleOptions in class AbstractMethodHandler
        Parameters:
        targetResource - ${services_rest_MethodHandler_method_handleOptions_param_targetResource}
        request - ${services_rest_MethodHandler_method_handleOptions_param_request}
        response - ${services_rest_MethodHandler_method_handleOptions_param_response}