com.supermap.services.rest

Class Finder

  • java.lang.Object
    • org.restlet.resource.Finder
      • com.supermap.services.rest.Finder


  • public class Finder
    extends org.restlet.resource.Finder
    
    • Constructor Summary

      Constructors 
      Constructor and Description
      Finder() 
      Finder(Context context) 
      Finder(Context context, java.lang.Class<? extends ServerResource> targetClass) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ServerResource find(Request request, Response response) 
      • Methods inherited from class java.lang.Object

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

      • Finder

        public Finder()
        
      • Finder

        public Finder(Context context)
        
      • Finder

        public Finder(Context context,
              java.lang.Class<? extends ServerResource> targetClass)
        
    • Method Detail

      • find

        public ServerResource find(Request request,
                          Response response)