Class RestRequestHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      RestRequestHandler​(org.osgi.framework.BundleContext bundleContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String requestedPath)  
      java.util.List<java.lang.String> getPatterns()  
      • Methods inherited from class java.lang.Object

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

      • RestRequestHandler

        public RestRequestHandler​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • canHandle

        public boolean canHandle​(java.lang.String requestedPath)
        Specified by:
        canHandle in interface RequestHandler
      • getPatterns

        public java.util.List<java.lang.String> getPatterns()
        Specified by:
        getPatterns in interface RequestHandler